User Activity

I need an output compare trigger output with toggle function, and the start/stop should be on the correct frequency. Start is ok now, Stop I like to stay on the actual volatge level (high or low)The problem now I face is when I turn off the timer wit...
HiI'm using the HAL_SPI_TransmitReceive_DMA to write to an external Flash. On a delte command for the external flash I need to wait for until the busy flag of the flash is zero. So I use this function to check the busy flag. spi_read(&command, sizeo...
HiWhat is the maximum Stack and Heap size of a STM32G474VE with the SBSFU Bootloader 2 Image version?In the icf file the settings are at 0x400 and 0x200 which is really low./*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x400; define symbol __IC...
HiI'm using the dual image function on a 512kB STM32G474. I like to adjust the bootloader size to 32kb because my user App is too big.In the AN5056 there is a note how to adjust it, but I'm not sure if this lines in the file low_level_security.h are ...
I'm using the X-CUBE-SBSFU bootloader on a ST STM32G474VE.Sometimes NVIC_SystemReset is not resetting the controller, only a power reset helps. Any ideas? The string "Image correctly downloaded" i can see everytime!/* System Reboot*/ prin...