Enable HSE for S32G

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

Enable HSE for S32G

1,190 Views
hongliang
Contributor I

Hi, there,

I have followed HSE_DEMOAPP_S32G274_0_0_8_5_ReadMe.pdf and made a test on S32G-PROCEVB board using PS32G274ABVUC-0N92V-SBAB1937C chip, but the HSE is just not work.

I tried to add 2 logs after Init_Peripherials() and CHECK_HSE_STATUS, only the former log is printed on UART0.

*****************************************************************************************************

/* Init QSPI, MU, STM, UART */

Init_Peripherals();

_printf("Init_Peripherals: DONE\n");

/* Wait for HSE to initialize (along with RNG module) by reading the status bits in FSR */

while(! CHECK_HSE_STATUS(HSE_STATUS_INIT_OK | HSE_STATUS_RNG_INIT_OK) );

/* HSE and RNG are up - booted correctly and initialized successfully */

_printf("HSE initialize: DONE\n");

**********************************************************************************************************************

This chip is rev.1 ,I have tried s32g2xx_hse_fw_0.1.0_0.9.0_pb210331.rev1.pink and s32g2xx_hse_fw_0.1.0_0.9.0_pb210331.rev2.pink, none of them works.

Is there any suggestions?

BRs

Labels (1)
0 Kudos
Reply
1 Reply

1,173 Views
bpe
NXP Employee
NXP Employee

Please be aware that all support to S32G processors is currently done via tickets.  This Forum is not appropriate for the questions of this kind.

 

Best Regards,
Platon.

 

 

0 Kudos
Reply