Search found 1 match

by maxwaldo
Tue Apr 26, 2022 6:23 pm
Forum: Development of MicroPython
Topic: Bare Bones port
Replies: 0
Views: 10565

Bare Bones port

I want to port micropython to a bare bones no OS cortex M33 based board. So far I have been able to build the bare-bones port to execute from RAM. However executing "print(5)" causes a an error but does not propoerly print the error trace. Executing "x=5" causes a INVSTATE hardfault. any hints on ho...