User Activity

I have a project that compiles with no errors, but when I try to debug I get an error:"Program Filed does not exist"With details:Program file does not existC:\HDRlowerMicro\HDRlowerMicro\Debug\HDRlowerMicro.elf not foundC:\HDRlowerMicro\HDRlowerMicro...
I am importing a project that a colleague made. The project seems to be missing a lot of include files, I know I have the correct libraries in my repository but the project can't seem to find them. It seems like the filepath is pointing to C:/users/...
I am using an STM32L476 to run an MMC5983MA magnetometer and a LIS2HH12 accelerometer, using I2C. The devices are initialised using the STM cube generated code, then the registers are set, and then checked. When I check the accelerometer registers, ...
I am using the HAL library on a STM32L476RG and have been having trouble getting data out of a sensor. By looking at the signal with a scope I've noticed that the write bit of the device address is not being set when I try to write to the sensor's re...
I have an stm32L476RG and am trying to read data from a digital magnetometer (MMC5983MA). The I2C connection is working, and I am able to read the slave ID and the slave status. However, whenever I try to read data, it always returns 0x00 for all thr...