Free Master Array Viewer access denied

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Free Master Array Viewer access denied

跳至解决方案
1,114 次查看
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

标记 (1)
0 项奖励
回复
1 解答
1,108 次查看
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

在原帖中查看解决方案

2 回复数
1,109 次查看
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,036 次查看
jamesli
Contributor IV

Dear Michal, 

  Many thanks for your help, that fix my problem.

 

Jian

0 项奖励
回复