XRDC for peripheral access control

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

XRDC for peripheral access control

516 次查看
shivakrishna
Contributor I

We're developing an application for which the S32K312. for peripheral protection by using XRDC module.

how to achieve the safety functionality for the peripheral.

implemented peripheral protection for one of the module. 

like:

IP_XRDC->PDAC_SLOT[0].PDACN[40].PDAC_W0 |= XRDC_PDAC_W0_D0ACP(1);
IP_XRDC->PDAC_SLOT[0].PDACN[40].PDAC_W1 =  XRDC_PDAC_W1_VLD(1);   
IP_XRDC->CR |= XRDC_CR_GVLD(1);
 

how to validate this code is it working or not?

how to inject failure to test the XRDC, and what will be the failsafe action .

can provide any sample code.

 

0 项奖励
回复
3 回复数

478 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @shivakrishna,

There is RTD Rm_Example_S32K344 that configures XRDC and tests it in main.c

danielmartynek_0-1713857282411.png

 

Regards,

Daniel

 

0 项奖励
回复

468 次查看
shivakrishna
Contributor I

hi NXP team,

In my supporting RTD, XRDC component is not applicable.

i want to implement Scheck for XRDC in S32k312 for functional safety. as per mentioned followed the steps for SCHECK implementation.

can you clarify how to validate the XRDC module for peripheral point of view. and 

if any sample code available for it please share me.

0 项奖励
回复

426 次查看
danielmartynek
NXP TechSupport
NXP TechSupport
0 项奖励
回复