Hi !
I have environment based on SDK example free_rtos_mpu_s/ns couple.
I have applied S-User ( NS-User by default) for last 32KB flash block : 0x98000 - 0x9FFFF where FFR region located also.
I dosn't have any access from nonsecure part to this area at all.
But HardFault is indicate it :
Entering HardFault interrupt!
SCB->BFSR:PRECISERR fault: Precise data access error.
Address that caused secure bus violation is 0x9FCF4.
Additional AHB secure controller error information:
Secure error at AHB layer 0.
Address that caused secure violation is 0x9FCF4.
Secure error caused by bus master number 0.
Security level of master 1.
Secure error happened during read data access.
Is any idea what NXP components can indirectly to read this area ?
Some FSL drivers or what ?
For my undestanding I should keep this area with Secure attributes and any access from Nonsecure code should be forbidden.
Regards,
Eugene