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.
Hi Team,
We are working with CC3100MOD and have noticed that the programming is inconsistent and are currently using an implementation of the UniFlash based programming utilizing UART1_TX and UART1_RX to write to CC3100MOD. This is not utilizing the RESETn pin. The programming does not work every time depending on how close it is to coming out of reset. Are there timing requirements coming out of reset? Do we have any tools appropriate for programming this device that controls the RESETn pin to handle timing requirements for coming out of reset? I looked at our Uniflash tool but I believe this is just a software tool that runs on the PC right? We are looking for a hardware tool that includes RESETn control or controlling this signal via the PC or improving the reliability of current method.
Thank you!
Regards,
Garret
Hi Garret,
Does the current setup for programming the device not have a connection to either the nReset or nHib pins? Are the devices just being powered up and the the UART communication beginning some time after that?
A momentary reset of the device is necessary in order to get the device in bootloader mode and start the programming process. For reference, see the Programming Using UniFlash section of our Production Line Guide or the Hardware Setup section of our Embedded Programming Guide :
https://processors.wiki.ti.com/index.php/CC3100MOD_Production_Line_Guide
https://processors.wiki.ti.com/index.php/CC3100_%26_CC3200_Embedded_Programming_Tool
Our CC31xxEMUBoost exposes the connection to the nReset/nHib line of the device which can be activated by UniFlash. This is mainly meant for development, but could also be reused in a production setup. See the description in the UART Hardware Connection Using the FTDI emulation board section of the Production Line Guide.
Best Regards,
Ben M
Thank you Ben for your reply. For nHIB should we include that signal along with Rx, Tx, and nRESET, or does nHIB replace the need for nRESET?
Regards,
Garret
Hi Garret,
The use of nHib should be able to replace the need for nReset in the setup.
Best Regards,
Ben M