在例程flash_programming中,有如下说明
9. Optional: Unlock the CSM.
/*------------------------------------------------------------------
Unlock the CSM.
If the API functions are going to run in unsecured RAM
then the CSM must be unlocked in order for the flash
API functions to access the flash.
If the flash API functions are executed from secure memory
(L0-L3) then this step is not required.
------------------------------------------------------------------*/
是不是ramfuncs在28069的L0-L3 里就不需要加Unlock the CSM?