rom.h文件说可以帮助调用ROM里面的函数,但里面定义的APITABLE并不是ROM地址:
#define ROM_APITABLE ((uint32_t *)0x01000010)
我查看了规格书,0x01000010开始到0x01FFFFFF, 是芯片的保留地址(如下),请问rom.h里面为什么这样定义?
rom.h这样定义又有什么意义?
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.h文件说可以帮助调用ROM里面的函数,但里面定义的APITABLE并不是ROM地址:
#define ROM_APITABLE ((uint32_t *)0x01000010)
我查看了规格书,0x01000010开始到0x01FFFFFF, 是芯片的保留地址(如下),请问rom.h里面为什么这样定义?
rom.h这样定义又有什么意义?