Tool/software: TI-RTOS
Respected sir,
I have started working on TI-RTOS. I am trying to implement the GPIO interrupt example from TI target examples.But there is problem while debugging/programming. When i follow the procedure given in
TI-RTOS 2.20 User’s Guide(page 96-102) for UARTMon module i get the following error.
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
I referred to other threads from forum but none solved the problem. So please give me solution for this.
Also as method given in TI-RTOS 2.20 User’s Guide was not working i directly debugged the project without changing debugger configuration and it worked. But the question is , is it safe to do it?? Will i be able to use UARTMon module and other features??