User Activity

Hi, I'm working on an STM32H7 project with very fast (800 KHz) periodic interrupt. I've been looking at the generated code as I tweak the C source. I'm confused about the use of "volatile" for the global variables used by the ISR.I feel like I need...
I'm an Atmel SAM person migrating to STM32... How big is the flash in the STM32H730??? The first page of the data sheet clearly says it is 128 KB but RM0468, Table 1-14, says there is 128KB of "system" flash and 128KKB of "user" flash.And, software ...