User Activity

While implementing EEPROM emulation on an STM32G0 (although I believe this would apply to all supported families) I have discovered what I believe to be a bug in eeprom_emul.c:Although ConfigureCrc() is called at the beginning of EE_Init to turn on t...
A while ago a member of ST staff kindly helped me on this forum with adding EEPROM emulation to my design (at the time based on Nucleo-F401RE) by directing me to here....https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32F4-D...
I'm a noob to the 32-bit world trying to add EEPROM emulation to my ToF application. I read AN3969 and downloaded the associated code, then added eeprom.c and eeprom.h to my project. That didn't compile due to typedef FLASH_Status missing amongst oth...
Calibration of ToF sensors requires a target which is '17% reflective'. Can I take it this means a simple peice of paper or card printed on a laser printer at 83% black (greyscale)?Thanks
Trying to implement a composite HID device on STM32F042 (or maybe STM32F072 as both Flash and RAM usage seem insane), starting from the MX mouse middleware. After much scratching around it's finally working as a mouse and keyboard and I now need to a...