User Activity

I have a project that inadvertently appears to have what looks like the bootloader area.I'm using STM32CubeIDE and when I program the board from the IDE, it runs fine and all is ok. If I press the reset button then the board ceases to run.I've duplic...
Using an STM32H750 part, I've lived with the slack tolerance of the HSI until coming to the UART where a speed of 9000 bps is experienced from a configured 9600 bps. This is too far out to be of any use at all and therefore have decided to put on an ...
I have a program where data is read into the dataStore buffer of a double buffered system from external flash memory via SPI upon detection of an interrupt, around every 700ms; the only ISR sets a value and if the block in my main loop detects this v...
When using the Nucleo board with the STM32H743 (Rev V) I can trigger a DFU event within software and using the STM32CubeProgrammer it can detect the presence of the board in DFU mode - so far so good. When using my own design (using a Rev Y part) I c...
I'm trying to implement a queue system for external storage attached to the SPI. I have three parts:Add an item to the queueProcess an item from the queueHAL_SPI_RxCpltCallback (my implementation to override the weak default implementation)In doing s...
Kudos from