您好!
FPUmathTable 的用途是什么?
如果您执行扩展到 RAM 的 CFFT_F32_MAG_TMU0而不将 FPUthTable 加载到 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.
您好!
FPUmathTable 的用途是什么?
如果您执行扩展到 RAM 的 CFFT_F32_MAG_TMU0而不将 FPUthTable 加载到 RAM 中、则该值将不正确。
提前感谢。
感谢你的答复。
我正在运行一个闪存程序。
是否有办法扩展 FPUmathTable?
FPUmathTable 是否可以扩展为 LS?
页面= 1时 FPUmathTable 是否正确?
是否有任何其他设置项目?
我设置的内容如下。
FPUmathTables:load = FLASHB、
运行= RAMLS012345、
RUN_START (_FPUmathTablesRunStart)、
Load_start (_FPUmathTablesLoadStart)、
load_size (_FPUmathTablesLoadSize)、
PAGE = 1.
extern uint16_t FPUmathTablesRunStart;
extern uint16_t FPUmathTablesLoadStart;
extern uint16_t FPUmathTablesLoadSize;
memcpy (((uint32_t *)& FPUmathTablesRunStart、(uint32_t *)& FPUmathTablesLoadStart、
(uint32_t)和 FPUmathTablesLoadSize);