python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is sprintf with a %llu returning the letters "lu"?
uint64_t milliSeconds =getTimeMs64();
int timestringLength = 0;
timestringLength = snprintf( pBuffer, bufferSize, "%llu", milliSeconds );
Um, I'm more than confused. About to walk the disa...
mint branch conditioner
Votes: 0
Answers: 1
ldr.w instruction causing unaligned access hardfault on ARM Cortex-M7 with Thumb2
I am getting a unaligned access hardfault on the ldr.w instruction with Thumb2 on ARM Cortex-M7. The microcontroller is an STM32H745xx and I am using STM32CubeIDE.
I am using the STM32 arm-eabi-none-g...
ethorn
Votes: 0
Answers: 0
"Target is not responding, retrying..." ST LoRaWAN AT_Master/End_Node programms not working on NUCLEO-L073RZ
I've read all topics regarding this error on the forum but nothing helped.
The borad connected to Arduino connector is USI® WM-SG-SM-42.
Projects build succesfully and connect with the board through S...
Maciek
Votes: 0
Answers: 1
MPU9250 with STM32 - Magnetometer readings are constant
Trying to use MPU9250 IMU sensor with my STM32G431RB NUCLEO board. The IMU's accelerometer and gyroscope are working fine. However, magnetometer gives constant values.
I think magnetometers power mode...

DroneKid
Votes: 0
Answers: 2