User Activity

Currently developing a product to update the firmware of a product through SWD, i encounter an issue with the flash of the target (STM32G070RB).After multiple changes in the RPD (from 0->1 & 1->0) the flash of the MCU can't be erased. Some word will ...
This is an issue i currently have with two differents project. After importing an error free project, the IDE have issue linking included files.When building i have "fatal error: FLASH_G0.h: No such file or directory" on the #include "foo.h" line, a...
i'm trying to use the Nucleo WB55 dongle as a mass storage device.Using cubeMx i set the USB, and the USB Middleware as MSC, leaving the default settings. Nothing else is running on the dongle, just USB.When i plug it, it appear as an unknown device....
I wrote a lib to handle different routine that read/write the flash. Everything works fine.The linker file is customized with some page declarations later use to affect some variables to some flash area.I have done all the debug using the embedded ST...