This anomaly applies to IC Rev. Revision 1, build codes SICA-B0A.
Expected CPU read operation to flash main memory area never happens.
Two back to back consecutive CPU read operations to flash, where the first read is to the flash UICR info page, and the second read is to flash main memory area.
The read operation results in undefined behavior.
uint32_t a = UICR_S->SOMEREGISTER;
__DSB();
uint32_t b = *((uint32_t *)SOMEFLASHADDR);