Other Parts Discussed in Thread: CC3220SF, UNIFLASH, CC3220SF-LAUNCHXL, CC3220MOD,
Hello everyone! After successful software development and testing on CC3220SF Launchpad, we are ready to test in on "bare" MCU. We have chosen CC3220MODASF. As programmer, we use XDS110 Debug Probe's AUX ports for UART.. We followed typical connection scheme from data sheet. Here's how it all is connected:
As mentioned in this post GPIO01 and GPIO02 are UART0 TX and RX. Uniflash session is started with following params:
When I try to read memory, green mark appears close to "Cortex_M4_0". And it stucks on Loading. When I click "Erase flash" I have the following output:
[7/16/2018, 4:26:17 PM] [INFO] Cortex_M4_0: GEL Output: Memory Map Initialization Complete [7/16/2018, 4:26:17 PM] [ERROR] IcePick_C: Error connecting to the target: (Error -267 @ 0x0) The controller could not detect valid target supply. Check target JTAG connection and/or connection setting specifying voltage level. (Emulation package 8.0.27.9)
It would be great for TI to publish some guide describing MCU programming and flashing. Any help would be appreciated.