Hi!
First post on this forum, hope it will be helpful!
Here is the deal: I need to boot my DM6437 by the UART mode.
When I'm using the little code described in the SPRAAG0E doc, everything is OK: get the BOOTME, send the characters, get the DONE.
However, when it comes to use my own code (a really, really big one, something like 600ko), the DM6437 is greatly receiving the characters, but, at the end of the transfert, I'm not getting any 'DONE'.
I tried to reduce the size of my code, but unfortunately I think I can't do better. I tried to add a delay (1ms) between each char, but it's sooooo slow that it can't be the solution...
I read from others posts that the common issue with the UART Boot is rather the DATA CURRUPT one than mine. What did I forgot?
(Apologize for my English...)
Arnaud