2022-08-11 01:46 PM
2022-08-11 01:51 PM
I believe it should work with DMA in the same manner internal FLASH would, only slower.
You can't concurrently write into NOR Flash and read it, or memory map to it. So generally whatever you have in Flash will be static.
2022-08-15 04:16 PM
I was only planning to use NOR Memory DMA Transfers for full screen updates. Thanks.