External SRAM + USART Interrupt IO = USART RX Overrun?
Posted on May 02, 2013 at 15:23I have the following configuration: - STM32F4 MCU - 2 external SRAM chips (at 0x6000000 & 0x64000000) - USART1 running in Interrupt IO mode. - Stack in CCM The SRAM and USART code is almost verbatim from the STM32F4 ...