[View]
[Edit]
[Lock]
[References]
[Attachments]
[History]
[Home]
[Changes]
[Search]
[Help]
[upy8] index
S8 running on
MicroPython boards
Steps to S8 on your
MicroPython board
Prepare your PC to work with your board
Follow steps to access your board from your PC e.g.:
The "Running your first script" instructions in MicroPython tutorial for the pyboard
Test your board editing (by hand) the boot file e.g.
Set main.py file to
import pyb
pyb.LED(4).on()
Experiences with a board
Steps made with the
Micropython Compatible
board
Stm32f405 Cortex
-m4 Stm32f405rgt6
connected to board with PuTTY (windows 115200baud COM4)
check w/simple commands written by hand
tested correct working of the board
Test Passed for minimal script (5 lines of python code)
Added boot.py to the main folder with name "py8Boot.py"
tried to load boot
evaluating:
import py8Boot.py
OUT of MEMORY!!!
Conclusion
The size of scripts to run is really small, and with a boot of 35kb it is going to out of memory!
Toolset
I can't find a way to reduce the memory spent mapping files and increase executable memory