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.

service pack 1.13 for Tiva

How can I use the updated patch programmers with my Tiva TM4C123GXL launchpad?  TM4C123GH6PMI.  I'm currently using version 1.11.1.  This is the update that came with the TivaWare installation.  The TivaWare download has not been updated since I've downloaded it.  

Also, how can I tell which version of the Host Driver I have?

  • Hi Jackson,

    I don't think the latest Tivaware is using the latest CC3000 Host Driver. Please use the latest host driver that was released as part of the package 1.12. You can get it from http://www.ti.com/litv/zip/swrc282.

    Please check the file host_driver_version.h. If you are using SDK 1.11.1, then DRIVER_VERSION_NUMBER should be 14. For release package 1.12, the DRIVER_VERSION_NUMBER should be 15.

    Thanks & Regards,
    Raghavendra

  • I'll look into that when I get home, but how can I adapt the MSP430 patch programmer release to work with the patch programmer code I received with the TivaWare?  

    Should I just replay the wlan_drv_patch[] and fw_patch[] arrays with the arrays from the version 1.13?

  • To upgrade the FW and DR release with the Tiva launchpad and TivaWare 2.1.0.12573:

    1.  Replace wlan_drv_patch[] and fw_patch[] arrays in the TivaWare patch_programmer project.

    2.  Run the program.

    Note: THIS WILL NOT WORK WITH HOST DRIVER 1.12.  The latest TivaWare release does not work with the new host driver, so keep a copy of the old host driver around.

     

    To upgrade the Tiva host driver to version 1.12:

    1. Delete (or cut to a directory for safekeeping) the old host driver found in the C:\ti\TivaWare_C_Series-2.1.0.12573\cc3000\src\host_driver directory.

    2. Replace it with the updated host driver provided in CC3000 SDK 1.12.

    3. Comment out the 'TRUE' and 'FALSE' defines in the uart 'dispatcher.h' file.

    4. Rename the clock_t and timet_t variables in 'data_types.h'.  These conflict with TivaWare data types in the time.c and time.h files.  

    Note: Those were the only adjustments I had to make.  It compiled.  That's really all I can say about it.  I'm not sure what kind of other impacts I might be missing, but everything seems to be working well after I made these changes.