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.

RTOS/EK-TM4C1294XL: EK-TM4C1294XL Free RTOS

Part Number: EK-TM4C1294XL

Tool/software: TI-RTOS

Dear all ,

               I  am  using   free RTOS  and  TM4C1294XL  Micro controller  UART  Peripheral . My  application  is look  like   modbus  protocol.

 I  have  a problem  in uart  receive interrupt.  I send  25 bytes  using  terminal . I  able  to  receive  25 bytes , But  last  3 or 4 bytes are wrong.  

anyone  help this ?

  • Can you determine if the problem is hardware or software? Is the data corrupted on the transmission line, or perhaps the data is not received properly because the interrupt did not respond in time and you overflowed the hardware FIFO. You might want to start with a more simple example such as using the TivaWare example: C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c1294xl\uart_echo to verify that the hardware is working. You also may find it easier to use TI-RTOS instead of FREE-RTOS as there are already examples created for you EK-TM4C129XL Launchpad such as: C:\ti\tirtos_tivac_2_16_01_14\tirtos_tivac_2_16_01_14_examples\TI\EK_TM4C1294XL\uartechodma