STM32u585 Memory Mapped Read/write on B-U585I-IOT02A
While using memory mapped mode for APS6408L using STM32u585 on B-U585I-IOT02A, how is the row boundary crossing handled?
* If I want to write across multiple Rows in memory mapped mode, do I need to handle this manually or is it automatically handled by the memory controller?
* Is it possible to write at any even address with data of any length or is there any limitation on the maximum size of data that can be written in single instructions like using memcpy?
