Tool/software: Code Composer Studio
I am developing with the TM4C129ENCPDTI3 under Code Composer. I have become aware that there are several fware issues that are no longer managed by this processor under CCS the way they were in the past and so the available blogs are no longer valid.
I have UART rxd and GPIO inputs that I need to run under interrupt. I am having a lot of trouble finding the 'current' method of taking my UART rxd and inputs away from task driven and allocating to ISRs. Can someone please offer me the correct approach and some simple sample code. Thanks