s32k324 standby mode and can wakeup

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

s32k324 standby mode and can wakeup

485 次查看
Prasad_330
Contributor III

hi 

currently i am working on the S32k324 controller 

I wanted to enable the standby mode and CAN wake up mode.

I tried to configure the CAN rx pin as wkup 10.

and also i am able to enter into stand by  mode but unable to wakeup.

There are some example of can wake up mode but i am not able to open the .mex file

 

I want some help in configuration plz help me.

0 项奖励
回复
8 回复数

427 次查看
Prasad_330
Contributor III

Hi Julian_ArogonM,

Thanks for the reply,

I am facing the same problem with the example S32K3 Low Power Management AN and demos.

can you plz help me out.

0 项奖励
回复

422 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Prasad_330,

Make sure you are correctly flashing the projects:

Julin_AragnM_0-1718741365167.png

You can use the following community posts as reference:

Best regards,
Julián

0 项奖励
回复

389 次查看
Prasad_330
Contributor III

Hi Julian_AragonM

All the above mentioned configuration are properly configured in my project

0 项奖励
回复

370 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Prasad_330,

Could you elaborate on the issue? Is it going into hard fault when stepping into the function? Could you debug step by step to see which line causes the problem?

0 项奖励
回复

325 次查看
Prasad_330
Contributor III

Hi Julian_AragonM,

I am configuring the PTB19 as the wake up and PTE10   as output which drives the LED

i am able to put the controller into the standby mode but i am not able to wake up it.

The Led will be turned ON after controller wakes up.

I am attaching the code.

Plz suggest me what is the right configuration

0 项奖励
回复

267 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Prasad_330,

I can see in your configuration that FAST_STANDBY is used. You can copy over the configurations from the S32K3 Low Power Management AN and demos (GPIO Wkup S32K324):

Julin_AragnM_0-1719255069419.png

The value of McuDcmGprConfiguration.boot base address for Fast wake up must be same with the address of FastWkupBootVectorTable, so add a ".fastboot_vector" section in linker files:

Julin_AragnM_1-1719255167866.png

You can configure the fast standby, or use normal Standby as in the example:

Julin_AragnM_2-1719255260565.png

Best regards,
Julián

0 项奖励
回复

439 次查看
Prasad_330
Contributor III

Thanks  Julian_ArogonM,

I installed  RTD V2.0 and S32DS3.4 and started working on it .

I tried S32K324_GPIO_Wkup_S32DS_RTD_LLD_2_0_M7_0 example just to test, but is not coming out of

" Power_Ip_Init(&Power_Ip_HwIPsConfigPB)". I did not make any modification. 

Can you plz help me.

0 项奖励
回复

461 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @Prasad_330,

You can look into these examples: S32K3 Low Power Management AN and demos.

These examples are based on RTD V2.0 and S32DS3.4, so you need to install the corresponding software.

Best regards,
Julián

0 项奖励
回复