Hello everyone,
I'm currently using the Tiva C Launchpad wirth CCS 5.4 and the TI RTOS 1.10 package. Everything works fine, the examples compile and run as expected.
What I'm now trying to do is to change the TI RTOS UART driver sources found in \tirtos_1_10_00_23\packages\ti\drivers\uart\UARTTiva.c and change some UART settings (e.g Interrupt settings). Sadly my changes have no influence on my project; to be sure of that I've inserted some syntax errors in the UARTTive.c file but my TI RTOS project still compiles without an error, completely ignoring the purposely inserted syntax errors. That means that for some reason the compiler is not recompiling/using my modified sources.
Can anyone help me with this problem?
Many thanks
Christian