Hi @sobo
S32K3 devices support the “Read-While-Write” (RWW) feature, which allows simultaneous read and write operations, but only when these operations occur in different flash blocks.
Direct flash memory access via pointers is not supported. Flash memory requires specific sequences for reading, writing, and erasing, which are managed by the PFlash controller. This controller enforces alignment rules and includes protection mechanisms that prevent direct access to the regions. Therefore, flash operations must be performed using the corresponding APIs, rather than raw pointer dereferencing.
BR, VaneB