How Read-while-write operations are performed on the STM32F413 chip?
Hi,
As I understand, the STM32F413 MCU doesn't have dual-bank architecture, but I'm still able to perform read-while-write (RWW) operations without causing the CPU to stall.
I have a little experience of working with the chips that don't have an internal Flash, and in order to perform RWW operations I had to put the particular parts of code into RAM.
I feel that I have a lack of knowledge on the subject, so can anyone please explain how the F413 chip handles RWW operations?