Hello,
I have designed a new custom board based on "Figure 6-1. Schematics for CC3200 Wide-Voltage Mode Application" in the cc3200 datasheet. I have used CC3200 LAUNCHPAD's built-in tools for debugging and download flash to the new board but all were failed:
1. For debugging:
- I removed all jumpers J8, J9, J10, J11 of LAUNCHPAD board, connected TCK, TMS, TDI, TDO to my board and tried debug using CCSV6.1.1.
- Application downloading to the chip was done without any error but the program pointer didn't get into main(). (Please see the attached figure)
2. For flash downloading using UniFlash:
- I have removed all Jumpers from J6, J7 headers of LAUNCHPAD board, connected Pin3 of J6, J7 header to my UART0_RX, UART0_TX pins.
- Pulled SOP2 or my board to HIGH level, reset the board, used UniFlash to do format and download application file. However, It always shown "ERROR: ---reading ACK signal failed---". It is likely that the board couldn't get into "application download" mode
3. I have tried to connect the LP_RESET_OUT on LAUNCHPAD board to RESET pin on my board but there was no luck.
What wrong did I do? Did I skip any step or connection?