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.

[参考译文] TM4C1294NCPDT:cortex M4中的写入和读取指令中的原子性?

Guru**** 2484615 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/732998/tm4c1294ncpdt-atomicity-in-write-and-read-instructions-in-cortex-m4

器件型号:TM4C1294NCPDT

您好!

我知道这是一个与 ARM 架构相关的问题、不适用于本论坛、但仍然需要帮助!

写入 uint32_t 并从 uint32_t 原子函数读取?

此致、

奥 poorv

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

    无论内存访问是内部内存还是外部内存、读取一个32位内存位置都不能中断、无论内存访问将进入多少个等待状态。 对存储器进行32位写入也是如此。 但是、如果32位读取后紧跟32位写入、或者相反、则可以中断此读取写入序列。