Hi, I am new user to StarterWare and CCS v5. As a first step, I start with uartEcho example.
When going through the uartEcho.c, I noticed some of the function declared in .h file doesn't has any .c file in the StarterWare. For example, like the function UARTPinMux is define in evmOMAPL138.h (inside include folder). I couldn't find the respective .c file in either "driver" folder or "StartWare" any folder.
Is it because of installation problem? Or the function UARTPinMux doesn't has any coding yet?