Tool/software: Code Composer Studio
Hey,
How to I enable interrupt in TM4C1294.
I want to send data to controller through serial port.
It would be so helpful if there are any examples
Thanks and regards,
Srinivasan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hey,
How to I enable interrupt in TM4C1294.
I want to send data to controller through serial port.
It would be so helpful if there are any examples
Thanks and regards,
Srinivasan
Here is a simple example that initializes UART0 and uses interrupts to echo back each character that is received. Interrupts must be enabled in three places. In the file uart_echo.c, interrupts are enabled in the UART in line 192, at the VIM (vector interrupt module) in line 191 and at the CPU in line 172. Use the Code Composer "File", "Import" feature to add this project to your workspace directly from the attached .zip file.
/cfs-file/__key/communityserver-discussions-components-files/908/1588.uart_5F00_echo.zip