Hi TI RTOS community,
I am looking to modify the 'kitchen sink' demo projects to have ADC functionality. Currently, I have incorporated the Include folders, c files and header files used in the ADC_SOC example code for the F28M35H52C1 microcontroller- however, despite the fact that I included the same include folders in the project, there are hundreds of errors. Some are unresolved symbols (as if i did not provide the include folders), some state that the PIE vector table is causing a memory overlap.
I am guessing that the header and c files included in the ADC_SOC example are very general purpose, and perhaps are causing these errors? Are there any known issues with RTOS and ADC functionality? Should I just try to initialize the ADC interrupt in the C28 project without any of the GPIO/ISR/ADC .c and .h files?
Any suggestions are appreciated,
Thank you,
Josh