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.