Hello! I want store some data into s32k312's DFlash. I can write data into address 0x10000000~0x1000FFFF successfully, but when I try to write data into 0x10010000, not worked.
Below is my write code:
write 0x1000E000
write 0x10010000 not worked Is there some limit avoid me to write address after 0x10010000?