This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does the nrf51 ARM M0 implement LDREX?

The nrf51 ARM Cortex-M0 processors, according to the documentation, are "code compatible with Cortex-M3". Does this mean they implement LDREX/STREX instructions for atomic operations? These instructions are generally not implemented on M0 due to the architecture difference.

Thanks!

Parents Reply Children
Related