做一个通过CAN更新2407程序的bootloader。芯片上电后首先进入bootloader然后检查指定flash地址的数据。
在2812上我直接用指针就可实现了,但貌似2407上是读取的RAM里的数据,咋把程序空间的数据读出来啊?
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.
做一个通过CAN更新2407程序的bootloader。芯片上电后首先进入bootloader然后检查指定flash地址的数据。
在2812上我直接用指针就可实现了,但貌似2407上是读取的RAM里的数据,咋把程序空间的数据读出来啊?