This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ROM_UpdateUART() call issue

Other Parts Discussed in Thread: TM4C129ENCPDT

Dear all friends

Is call ROM_UpdateUART() "must" program at address 0x0 when I use LM Flash Programmer?

I program at address 0x2800, the LM Flash Programmer shows "Program Complete", and then I use ccs memory browser to check if program correct, but the result seems not program success...

I think there is something wrong, perhaps memory browser address is not 0x2800?

Thanks in advance, Tu

Chip: TM4C129ENCPDT

  • Hi Tu,

      I'm assuming you have already sorted this, due to this post being several months old  ... however I'll add my thoughts on what might be wrong. Hopefully this might aid others who come across this post via the search.

      My experience is with uVision projects over CCS and that uses a scatter file for stating where the application is loaded-ran. If everything else is working correctly, I would check the address that the application is expected to load into, it defaults to 0x0000000.

     thanks.