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!