Hello Everyone,
I want to create a small new protocol in order to communicate with other non TI MCU's (though I rather used TIMCUs, but don' have any around so...) so had a look on the timers example found under /StellarisWare/boards/timer
I understood the fact that interrupt handlers are in a way independent code snippets that are processed when an interrupt occurs. The thing is that I would like to send some data from inside main() or an other function to such handler functions.
Thank you in advance for your time and examples.
Costin