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.

CC3000MOD Problems TX Pack and more Problems with PATCH

Hi Dear Friends,

I`m stuck in problem in use of CC3000. Follow my problem, please try to help me.

I`have a EXP430FR5739 with CC3000 from LS RESEARCH and with this one 

i customize the pins for my application and all is rigth, my application is running and 

i can PATCH without problem..

So, for my real application i have a board that  i made with CC3000MOD 

(profissional pcb) with all the same pins of the Development Board, so i put my Application

inside and in the first try is succeed but in the first TX of TCP pack this lock without reason...I spend a lot time

and i found that maybe some incompatibility with the PATCH...so lets try put another PATCH...

Now i in another problem when i trying burn the Patch Driver. in the debug i can saw that we are in eternal looping at:

while (return_status)
{
// write new FAT
return_status = fat_write_content(aFATEntries[0], aFATEntries[1]);

}

this code return every time 1 . Locking the flow..

 So, someone can help-me ? i just have 150 boards waiting for solution.

Thank a Lot

Fabio Boaretti !

 

  • Hi Fabio Boaretti,

    First of all, I would suggest you to use the right SP with its corresponding host driver. You can find this information here: http://processors.wiki.ti.com/index.php/CC3000_Release_Notes#Finding_Out_Current_Service_Pack_Version

    In your code, make sure that you always start without patches. That is, first run wlan_start(1) and then download the driver/firmware patches and then use wlan_start(0) to start with the patches.

    Always make sure that you give sufficient time (around 10 secs) for the patches to get downloaded completely. And flash the Driver patch before the firmware patch.

    Regards,
    Raghavendra