Hello,
access denied error is returned by MCU target driver when you want to access variable or memory that you do not have access to. This happens when using the TSA feature together with TSA-Safety. The MCU driver will deny access to any memory that is NOT described by any TSA table.
To fix your access issue, either disable the FMSTR_USE_TSA_SAFETY or add the array variables to some TSA table.
Regards,
Michal
Hello,
access denied error is returned by MCU target driver when you want to access variable or memory that you do not have access to. This happens when using the TSA feature together with TSA-Safety. The MCU driver will deny access to any memory that is NOT described by any TSA table.
To fix your access issue, either disable the FMSTR_USE_TSA_SAFETY or add the array variables to some TSA table.
Regards,
Michal