diff options
author | Daniel Campora <daniel@wipy.io> | 2015-05-27 09:42:08 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-05-27 09:45:30 +0200 |
commit | 95104b0fbd13513bd2f0fb66aa8b8d0483b6e894 (patch) | |
tree | 7d3a7efeecc945e25859223d683d4fce6880b0dd | |
parent | d07de2d30768d833992e0bd3147acb24199a66c4 (diff) | |
download | micropython-95104b0fbd13513bd2f0fb66aa8b8d0483b6e894.tar.gz micropython-95104b0fbd13513bd2f0fb66aa8b8d0483b6e894.zip |
cc3200: Add note about old revisions of the CC3200-LAUNCHXL.
-rw-r--r-- | cc3200/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cc3200/README.md b/cc3200/README.md index 68e9d24751..578e1abcce 100644 --- a/cc3200/README.md +++ b/cc3200/README.md @@ -24,6 +24,10 @@ make BTARGET=application BTYPE=release make BTARGET=bootloader BTYPE=release ``` +## Regarding old revisions of the CC3200-LAUNCHXL +First silicon (pre-release) revisions of the CC3200 had issues with the ram blocks, and Micro Python cannot run +there. Make sure to use a **v4.1 (or higer) LAUNCHXL board** when trying this port, otherwise it won't work. + ## Flashing the CC3200 - Make sure that you have built both the *bootloader* and the *application* in **release** mode. - Make sure the SOP2 jumper is in position. |