Tool/software: TI-RTOS
Hello,
I am using TI-RTOS empty example as a template for my application.
Lately I wanted to modify UARTTivaDMA.c file. I wanted to simplify UART_write funtion so it would just trigger previously configured DMA channel, not configuring a chanel every time I'm sending via UART.
Sadly I noticed that whatever changes I make it does not compile and my changes do not have any efect.
Is it that I'm doing something wrong? Is there a way to recompile delivered files with my changes?