Other Parts Discussed in Thread: SEGGER, CC3200, UNIFLASH
Hello,
I have a CC3200-Launchxl that I've been playing with. I would like to be able to develop outside of CCS (just using GCC on the command line), and subsequently upload the compiled binaries to the chip without using CCS or IAR.
I also have a SEGGER J-Link EDU Mini that I would like to use to flash programs to RAM and execute them on the fly, while keeping my UART port open for things like debugging through a serial connection, etc.
I know that the CC3200 doesn't have any onboard flash, so I can't program the serial flash memory from J-Flash (or at least not through J-Flash Lite).
Is there a way/program, command line or UI that I can use to flash my generated .bin file onto the CC3200 chip and begin executing the program? This feature should be available via CCS, but I would rather not do development outside of CCS, while still using it as a "run" button.
Thanks in advance.