Free Master Array Viewer access denied

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Free Master Array Viewer access denied

Jump to solution
1,109 Views
jamesli
Contributor IV

Dear, 

 

 I try to do array viewer and then report "Error in array viewer 0x80000089 (access ... is denied)

jamesli_0-1741861704914.png

Please advise how to fix this problem, thank you in advance!

My Free Master in 3.2.4.5, MCU is RT1064.

Jian Li

Tags (1)
0 Kudos
Reply
1 Solution
1,103 Views
MichalH
NXP Apps Support
NXP Apps Support

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

View solution in original post

2 Replies
1,104 Views
MichalH
NXP Apps Support
NXP Apps Support

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

1,031 Views
jamesli
Contributor IV

Dear Michal, 

  Many thanks for your help, that fix my problem.

 

Jian

0 Kudos
Reply