Hello TI,
Our step as below
1. Using TDA4 chip Makefile to generate *.hex file.
2. *.hex file is not completed, like a static array content is "PECUTDA4" in code, but only shown first byte of Dword "PT" in *.hexfile.
3. We find info in "ARM Assembly Language Tools v20.2.0.LTS", and use "memwidth=8 romwidth=8" to generate hexfile again.
4. The result is that new hexfile has completed content.
Tha added code in Makefile is shown in the read circle as below
Hope you can help us if it is correct to generate a whole completed hex file like this way.
Looking forward your reply.