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.

CCS/TMS320F28379D: SIM808

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi, I'm trying to interface TMS320 with SIM808 GPS, GSM module but getting stuck in that. The code is working perfectly fine for Arduino but its showing error in CC studio.

as I,m beginner and no previous experience with CC studio.

  • Hi,

    I would recommend you to first figure out what all peripherals of TMS320F28379D are required for your application. I am guessing you must be using AT commands for intefacing GSM module so you'll required SCI/UART for your application. To get started with running SCI on TMS320F28379D , you can install C2000Ware and look at some sample examples located inside directory C2000Ware_1_00_00_06\driverlib\f2837xd\examples\cpu1\sci

     

    If my reply answers your question please click on "This resolved my issue" button located at the bottom of my post.