Page 1 of 1

CC3200 port on TI LaunchPad

Posted: Fri May 01, 2015 3:30 pm
by jlawson
Just curious to know if anyone has had success with the CC3200 MicroPython port on the TI CC3200 LaunchXL.
It compiles and seems to load fine but I get no response via WiFi nor serial port.
The CC3200 on the board is a pre-production XC version so there may be a problem there.
It may also be a Uniflash usage problem (Which I do not really understand yet).

It also runs fine with many of the MSP430 Energia demo programs.

Thanks,
Jamie

Re: CC3200 port on TI LaunchPad

Posted: Tue May 26, 2015 11:58 pm
by mvdw
*bump*

I have the same issue; compiled OK, installed OK according to instructions here: https://github.com/micropython/micropyt ... ter/cc3200 - no response over serial port. Also the WiFi AP as advertised doesn't come up.

Any clues?

Re: CC3200 port on TI LaunchPad

Posted: Wed May 27, 2015 8:41 am
by danicampora
Hi,

I am sorry to say that pre-release (pre-production XC, etc.) silicon won't run Micro Python. These old chips have many bugs, specially with the RAM blocks and therefore not all the 256KB are available, and the CC3200 port of uPy needs it all. Please make sure to get one of the new LAUNCHXL boards (4.1 or later revision), or just get a WiPy ;) .

Cheers,
Daniel

Re: CC3200 port on TI LaunchPad

Posted: Wed May 27, 2015 4:36 pm
by jlawson
@danicampora Ok, thanks for confirming the pre-release CC3200 situation.
No worries as I am looking forward to playing with the forthcoming WiPy(s)!

Jamie

Re: CC3200 port on TI LaunchPad

Posted: Sat Aug 22, 2015 11:06 am
by garyaj
This little postscript needs to be added to github page on installing. From http://forum.micropython.org/viewtopic.php?f=12&t=718: for those of you who are facing issue when flashing the bootloader.bin and the mcuimg.bin don't forget to set the 2 files for updates.

My LP already had a /sys/mcuimg.bin so obviously the new one has to Update the old one. Took me two days to find this clue. (d'oh!).