Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAre You sure You're not filling the invisible data of the display? Is it tft matrix only? Also do You use write until EOP or a fixed length?
Did You allocate enough memory for data pointer? Descriptor memory takes 32 bytes long data in the memory. If You're allocating descriptor memory with malloc(), then it is placed in heap, which I suppose is in the SDRAM? However I don't know if it would actually work that way.