User Activity

Hi All,I have previously experiemented with USB HID mouse coding on STM32F0 series and got code working very quickly.However, I am now trying to get the same going using USBX on STM32C0. My application has been built in MX but wouldn't enumerate. I a...
Hi All,I upgraded from 1.13.2 to 1.17.0 this week and have created one new project since, in the same workspace as all the ones I have created using the old version. For reasons I won't bore you with I needed to do a re-install of the software today,...
Hi All,I know the dreaded 'Failed to load MI command' error has been much discussed on the forum but I can't find any posts which match this set of circumstances, so hoping somebody can help.My project was working perfectly on STM32G0 but I need to p...
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...