Hello,
I am working on idk 4376.
I have ported starteware ADC volt measure project to rtos_template_app_am437x_a9.
project is getting build.
during execution i am facing problem at
/* Wait till the ADC processes the analog lines. */
while(1U != gVoltMeasureAppCfg.appIntrCfg.endOfSeqIntr);
/* Read the sample data from the FIFO. */
gVoltMeasureAppSampleVal[0U] =
TSCADCFIFOADCDataRead(gVoltMeasureAppCfg.instAddr,
TSCADC_FIFO_SEL_0);
it show error as below
CortexA9: Unhandled ADP_Stopped exception 0x800C6998
kindly guide.
Regards,
Vrund