cancel
Showing results for 
Search instead for 
Did you mean: 

I am planning on using the STM32G070, a small 240 x 240 LCD Display and external NOR Flash with TouchGFX. Can I perform DMA Transfers directly from the external NOR Flash Memory to the Display memory? Thanks, Jim Russell

JRuss.5
Associate II
 
2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
JRuss.5
Associate II

I was only planning to use NOR Memory DMA Transfers for full screen updates. Thanks.