Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 CCS IDE 中开发的 TI MSP432 C 项目中设置互斥锁。我没有使用操作系统,但我有几个 ISR 竞争缓冲区资源。
为了获得原子性,我想使用汇编指令,但是我发现很难声明变量以便可以从 __asm 块中访问它。
我应该使用#pragma 指令还是编辑.cmd?有人可以发布类似变量声明案例的完整示例吗?
谢谢