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.

[参考译文] MSP430FR5994:并发存储器存取

Guru**** 2390755 points
Other Parts Discussed in Thread: MSP430FR5994

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/993085/msp430fr5994-concurrent-memory-access

器件型号:MSP430FR5994

MSP430FRF5994如何防止 FRAM 或 RAM 同时访问同一存储器? 例如、基于线程的地址轮询将执行32位读取、而计时器 ISR 将唤醒并尝试写入同一位置。 MSP430FR5994中如何处理此问题?

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

    中断很可能会中断到非原子(例如、2x16位)存储器引用中。 程序员应通过以下方式避免冲突:(a)禁用中断或(b)多次读取(对于计数器而言非常有用)。