User Activity

I've designed a board that uses an STM32G030F6 processor. Now I've updated the software and... (one feature wasn't implemented yet) I cannot connect to the target CPU to flash tne new firmware into the board. Then you'd think I've programmed the SWD ...
I'm bringing up my own STM32G030F board. I've gotten the "blinky" program to upload and run, but all attempts to change the moder of the GPIOs fail. At first I was using the proper macros but I've resorted to changing the MODER explicitly in my code,...
I think I found a documentation error in the L412 datasheet. The Quadspi is documented to support two banks in the QUADSPI module description, but I can only find the pins for BK1, which I assume is the first bank. My guess is that the QUADSPI module...
I have built many STM32 boards and usually bringing them up is a snap. This time I'm having trouble.... The chip is the 48-pin STM32L412CB. When I boot in DFU mode (it does so by default) I get dfu-util: Error during special command "ERASE_PAGE" get_...
typedef void resetvec(void);       void cmd_jbl(BaseSequentialStream *chp, int argc, char **argv) // reboot to bootloader   {    unsigned int t;        (void)argc;     (void)argv;    (void)chp;    resetvec *fun;         fun = ((uint32_t *)0x1fffc800)...
Kudos from