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.

BOOSTXL-CC3120MOD: Porting driver to TMS320F28379D

Part Number: BOOSTXL-CC3120MOD
Other Parts Discussed in Thread: C2000WARE

Hello, 

I am working on porting the host driver for the CC3x20 to my F28379D launchpad and I'm having some trouble getting it to work properly. I couldn't find any examples of porting for c2000 devices, I was hoping for any recommendations for example projects that have at least a somewhat similar port to what would be needed for a c2000 device to use as a reference. 

Cheers!

  • hi,

    I am afraid porting from CC3x20 to F28379D may not be that seamless but if CC3x20  is using a driverlib approach it would be straighforward.

    i would suggest to use the driverlib API guide for this migration C2000Ware\device_support\f2837xd\docs\F2837xD_DriverLib_Users_Guide.pdf 

    Regards.

  • Thanks for the reply,

    Using the driverlib I can run some basic functions from the driver (sl_start, sl_stop,...), but am running into some other issues and don't have a good idea of where to look in  the driver to fix them. I was wondering since my host has no OS (so requires a dpl) and char's on the c2000 mcu's are 16bits whether I would need to modify the drivers files besides those in the porting folder in order properly use all of the functionality of the Wifi SDK.

    Thanks

  • hi ,

    I am expecting those size related updates to be handled within the driver source files.

    So if we use the c2000 mcu drivers and migrate the application code to use the equivalent APIs then that should be fine.

    For any help specific to the CC3x20 drivers i suggest we post it on the CC3x20 forum.

    Regards.