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.
工具/软件:Code Composer Studio
你好。 我开始使用28035 DSP 处理器、遇到问题。 而我使用 GPIO 时、我会捕捉到不可预期的行为。 运行下一个代码
GpioDataRegs.GPBDAT.bit.GPIO32 =(命令>> 0)和0b1; GpioDataRegs.GPBDAT.bit.GPIO44 =(命令>> 1)和0b1; GpioDataRegs.GPBDAT.bit.GPIO39 =(命令>> 2)和0b1;
第二行未连接。 如果我在调试模式下逐步运行它、一切都正常。 为什么会发生这种情况?如何解决?