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.

Adding driver cc2650 documentations & software architecture

Other Parts Discussed in Thread: CC2650, TM4C123GH6PM

hi falks,

I have well adding the uart NPI driver on my ble application run on  CC2650 thanks to "Adding driver cc2650" wiki ! :)

But for now, i need more informations about software architecture to do same work on TM4C123G tiva c serie using TI-RTOS.

please help  

thanks.

  • Hi Hatem,

    Glad to know you have succeeded in getting UART work on your hardware. Is what you want to know more about TI-RTOS architecture? If that's the case, you can be helped from a different forum. Please let me know so that I can redirect your post to the proper forum.

    - Cetri
  • Hi Cetri,

    Thank you for your fast replay, I'm not asking about TI-RTOS architecture , but i'm looking for documentations to implement the NPI(Network Processor Interface) on TIVA C µC (TM4C12GH6).

    hatem.

  • Hi,

    it's done.

    in fact I have not found documentation on the NPI protocol. So i analyzed the source code, and I succeeded in implement it on the TM4C123GH6PM target.
    Basically change the files are in npi_tl_uart.c, npi_tl.c and npi_rxbuf.c.
    Thank you for the help.