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.
24X中的tblr指令可以把 FLASH里的数据搬运到RAM来。当程序中需要大量的常量表格数据时,若RAM空间有限,可以把这些数据放在flash里。需要使用时,用tblr指令就可以读到RAM中来。
但 28X里面好像没有类似的指令,怎么办?
28X里面,把大量常量数据存在flash里,若要读出来,用c语言怎么实现?