Hello,
i have a TMS320C5535 eZdsp Evaluationboard. On this Board i work with the FFT-Routine and use the CSL-Files / Macros / APIs.
So in case of the fft i use some of the GPIO Pins (the four LEDs) for time measurement.
In the next Step, i want to configure the UART and send my result of the FFT to a terminal. But whether i put the UART Code in my program, the compiler throw the following Errors:
identifier "config14" is undefined (this for all the LED Pins)
identifier "gpioObj" is undefined
identifier "hGpio" is undefined
identifier "pinNum14" is undefined (this for all the LED Pins)
So if i comment out the UART Config and so on, the Errors are not there and the program run!
Have any one a tip for me? Have i overlook something in the manual?
By the way, the SAR and INT APIs work fine on the Board. Only the UART is new in the program and throw the Errors, i think?!