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.

28335在线升级程序的入口地址跳转问题

我把28335flash的0x33FFF6作为串口烧写升级程序的跳转入口地址,把升级的程序存入flash的F区中,这时升级的程序的入口地址是在F区的哪里呢?怎么设置的?我现在用跳转指令跳转到升级程序的cmd文件中codestart的地址(设置为F区里),但是程序并不能运行。应该是跳转到哪里呢??

怎么知道用串口烧写的升级程序的—c—init()开始函数的地址?????