Hi,
I am working wih ICEv2 AM3359, CCSv6.1.1 and sysbios 2.1.1.2. I am trying to convert ADC example project that is available on CCS platform to RTSC platform. I created an example project and then added main ADC code to task function in the RTSC project and included the libraries and headers. I am able to build the project successfully but its getting stuck while setting the hardware field which enables the ADC.
HW_WR_FIELD32((baseAddr + ADC0_CTRL),ADC0_CTRL_EN,ADC0_CTRL_EN_ENABLE);
Can someone please guide me in how to rectify this problem.
Any help is appreciated.
Regards
Rohan