I am working with the F28M35H52C1 RevB controlCard.
According to the Silicon Errata document, it is recommended to call Adc1OffsetSelfCal() and Adc2OffsetSelfCal() after calling Device_cal() when starting up the ADC. I put that into my code, but now the device does not boot up.
Tracing the Adc1OffsetSelfCal function with the debugger, it seems to never get past DELAY_US(ADC_usDELAY). After reaching this line, if I pause the C28 core, I land at the following line in the disassembly:
3fefa6: 6F00
Any help on this issue is greatly appreciated. Thanks.