Why does my memset-call in an interrupt routine appears to occasionally write to the wrong address in TCMRAM?
I am working with the STM32F760I-EVAL board and caching (SCB_EnableICache() and SCB_EnableDCache() are called) and MPU (MPU_Config() is called) are enabled. There are 2 things that use DMA, an SPI-bus and a UART debug logging TRACE. A portion of the ...