cancel
Showing results for 
Search instead for 
Did you mean: 

caching use dma?

Ezgi
Senior

Is caching using DMA while the bitmap is caching in Touchgfx?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

No, DMA isn't a storage space (of any significant size), so it's not using that.

Looks like it's using SDRAM in this example. Probably uses whatever memory you have set up.

https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/caching-bitmaps

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

6 REPLIES 6

You mean the data/instruction cache on AXI in 'F7?

It reads/writes portions of memory autonomously, but it's not the same as what the DMA units do. These reads/writes are completely transparent to the user, no need to configure/start them.

JW

I'm actually asking what is used when caching the bitmap.

Where? What bitmap?

JW

In Touchgfx, I want a bitmap to cache. How does caching read the bitmap and write?

TDK
Guru

No, DMA isn't a storage space (of any significant size), so it's not using that.

Looks like it's using SDRAM in this example. Probably uses whatever memory you have set up.

https://support.touchgfx.com/docs/development/ui-development/touchgfx-engine-features/caching-bitmaps

If you feel a post has answered your question, please click "Accept as Solution".
scottSD
Lead

Are you talking about a dynamic bitmap? Your question is not very clear.