MPC5746C getting stuck in IVOR1_Handler and ADC_ER_IRQHandler

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

MPC5746C getting stuck in IVOR1_Handler and ADC_ER_IRQHandler

141 Views
Bhuvaneshwaran_K
Contributor II

Hai,

MPC5746C is getting stuck with a IVOR1_Handler and ADC_ER_IRQHandler after operating normally for 5 hours.

#define configCPU_CLOCK_HZ ( 16000000UL )
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )

#define configMAX_PRIORITIES ( 23 )

FreeRTOS is being used.

Can you help us in this regard?

0 Kudos
Reply
3 Replies

52 Views
Bhuvaneshwaran_K
Contributor II

Bhuvaneshwaran_K_0-1720073104936.png

This is how the registers look like when the IVOR1_Handler occurs.

0 Kudos
Reply

34 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Ok, so you hava exception on read/write on address 0x12.

petervlna_0-1720419772795.png

petervlna_1-1720419789307.png

Which is expected if you read from reserved area:

petervlna_2-1720419842328.png

Make sure your SW and linker is aligned with your device memory range.

Best regards,
Peter

 

 

0 Kudos
Reply

125 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

OK, first of all check the FCCU, for possible faults latched. Registers NCFSx.

Also check MCSR:

petervlna_0-1718260170536.png

Best regards,

Peter

0 Kudos
Reply