This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5729: AM5729 :PROCESSOR ISSUE

Part Number: AM5729

Hi,

      We have designed two custom boards using AM5729 Processor. We are trying to Check the Gpio Status by toggle some Gpio pins. After Compiling the code and testing we are able to get the desired output in one of the boards but in another board .We are not able to Check the desired outputs. After Debugging that board using Break points ,we found that the Code gets stuck in the BoardCtrlPadIoDelayConfig() Function ,

/*
* Read CALIBRATION_START until it is read as 0,
* indicating recalibration is complete.
*/
while ((uint32_t) 0U != CSL_FEXT(ioDelayCfg->CONFIG_REG_0,
IODELAYCONFIG_CONFIG_REG_0_CALIBRATION_START))
{}

It is not moving to next breakpoint instruction. Could you Please check the image and suggest us what could be the reason for this.