Skip to main content
mdiro
Associate III
January 23, 2023
Question

Error with partial buffer

  • January 23, 2023
  • 2 replies
  • 2073 views

I am trying to set the partial buffer but all I can get are these errors:

0693W00000Y8wX0QAJ.pngHow can I fix it?

This topic has been closed for replies.

2 replies

MM..1
Chief III
January 23, 2023

TGFX bug if you change mode setup (ltdc - custom, single - partial ...) delete target folder before generate code.

mdiro
mdiroAuthor
Associate III
January 23, 2023

Thank you for your answer. Unfortunately I keep having the same error even after deleting the whole TouchGFX folder :(

MM..1
Chief III
January 23, 2023

I dont test latest but my old partial project is generated with this info in target cpp file

#error "A user must call touchgfx::startNewTransfer(); once touchgfxDisplayDriverTransmitBlock() has succesfully sent a block."
#error "A user must implement C-methods touchgfxDisplayDriverTransmitActive() and touchgfxDisplayDriverTransmitBlock() used by the Partial Framebuffer Strategy."

You need do what is writed and after implement comment this lines out.

Jnevi.1
Associate III
January 25, 2023