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.
您好!
我想问一下 TI Tiva MCU。
如果我在 Tiva MCU - TM4C123GH6PM 上运行程序、而在初始化期间未执行 API "FPUEnable"、并执行浮点指令、
会发生什么情况?
例如,是否有任何异常的 OCCURES?
在 CCS 工程中、浮点支持设置为"FPv4SPD16"。
高贵须
当 Code Composer Studio 针对浮点的构建设置为 FPv4SPD16时、FPU 在启动代码中被启用。 这就不需要调用 FPUEnable。