How can I read and write simultaneously on specific SRAM address STM32.
Hi,In the cases below I try to read value of an SRAM address which is in TIM2_IRQHandler(), from main() function or user Program() function, but no result!anyone who is experienced or has idea?void Program(); void TIM2_IRQHandler() { if(__HAL_TIM_...