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.

[参考译文] CCS/TMS320F28035:TMS320F28035上 GPIO 的预期行为

Guru**** 2042910 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/684861/ccs-tms320f28035-gpio-unexpectable-behavior-on-tms320f28035

器件型号:TMS320F28035

工具/软件:Code Composer Studio

你好。 我开始使用28035 DSP 处理器、遇到问题。 而我使用 GPIO 时、我会捕捉到不可预期的行为。 运行下一个代码

GpioDataRegs.GPBDAT.bit.GPIO32 =(命令>> 0)和0b1;
GpioDataRegs.GPBDAT.bit.GPIO44 =(命令>> 1)和0b1;
GpioDataRegs.GPBDAT.bit.GPIO39 =(命令>> 2)和0b1; 

第二行未连接。 如果我在调试模式下逐步运行它、一切都正常。 为什么会发生这种情况?如何解决?