User Activity

On page 92, table 7 contains flash memory addresses and their sizes.For every address range, the difference between the start and end address is 0x7FF, i.e. 2 KiB.However, for Page 127 in both Bank 1 and Bank 2, the range is listed to be 0xFFF, i.e. ...
I am using TxBufferCompleteCallback in order to verify that messages have been sent over FDCAN on the STM32G474RE board.I have verified that the callback is run, which means it's been activated correctly. After the first run, it is no longer called, ...