Search found 4 matches

by bobo
Wed Mar 24, 2021 11:44 am
Forum: General Discussion and Questions
Topic: `no symbol table is loaded` on `ports/zephyr`
Replies: 0
Views: 883

`no symbol table is loaded` on `ports/zephyr`

Hi, My environment is: Board = NUCLEO_H743ZI IDE = VSCODE Debugger = ARM-NONE-EABI Im trying to debug the code of `ports/zephyr` when its compiled using the `make-minimal`. when i try to load this module to gdb, i get error `no symbol table is loaded`. what flag should i use o compile it with debugg...
by bobo
Thu Mar 11, 2021 12:28 pm
Forum: General Discussion and Questions
Topic: Reduce extra peripherals
Replies: 11
Views: 11568

Re: Reduce extra peripherals

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,...
by bobo
Mon Mar 08, 2021 2:46 pm
Forum: Development of MicroPython
Topic: how to decompile bytecode into human readable format
Replies: 15
Views: 14141

Re: how to decompile bytecode into human readable format

Can I compile a py file using mpy-cross and run it directly using micropython (without any import or etc.)?

thanks
by bobo
Mon Mar 08, 2021 2:28 pm
Forum: General Discussion and Questions
Topic: Size of git repository
Replies: 8
Views: 3701

Re: Size of git repository

its funny comment, but i cant find a way to add post to this forum.

how can i do it?