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.
这是controlSUITE里的一个工程的cmd文件,其中下面这几句怎么跟datasheet上安排的地址段对不上? 从那个Fig2-1可以看出,FPU Math Tables是从0x3F D860开始的,但是下面这段代码FPUTABLES : origin = 0x3fd590,不是0x3F D860,对此感到很疑惑
FPUTABLES : origin = 0x3fd590, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3fdc30, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3fe780, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3fe80c, length = 0x0000AA /* IQ Math Tables in Boot ROM */
IQMATH : origin = 0x3fe8b6, length = 0x000afa /* IQ Math functions in Boot ROM */
还请知道的人帮助解答一下疑问
谢谢