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工程师:
你好,我编写DSP28335程序,增加一部分浮点运算的程序后, 运行1-2时以内,程序进入LUF_ISR中断。(ˇˍˇ) 想了解:
1、LUF_ISR和LVF_ISR是什么中断?什么情况下会进入
2、如果表示float运算的上溢和下溢,那么直接写一个测试程序,也没有进入对应的中断。(程序:float a = 3.4E38*10;float b = -3.4E-38/10 )
"我C程序里面没有直接使用“MPYF32, ADDF32, SUBF32, MACF32, EINVF32, EISQRTF3”,但是编译后的生成对应的.asm里面有“MPYF32, ADDF32, SUBF32, MACF32, EINVF32, EISQRTF3”算吗?"
Eric:
汇编指令里面有这些就算。