Reduce extra peripherals

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
User avatar
danicampora
Posts: 342
Joined: Tue Sep 30, 2014 7:20 am
Contact:

Re: Reduce extra peripherals

Post by danicampora » Mon Jun 15, 2015 2:21 pm

71828... that's slightly above 70K.... Looks correct to me.

bobo
Posts: 4
Joined: Tue Mar 02, 2021 7:44 am

Re: Reduce extra peripherals

Post by bobo » Thu Mar 11, 2021 12:28 pm

danicampora wrote:
Thu Jun 11, 2015 9:59 am
A minimal port of MicroPython takes around 70K on a Cortex-M, and that's just the core without any libraries or even a REPL. I would say that absolute min specs to have something useful are like 128K Flash and 32K of RAM. If you want to do serious stuff, then multiply those figures by 2.

Just my 0,02...
can you share a link to this minimal version? it will be so helpful!

Post Reply