Search found 1 match
- Mon Nov 30, 2020 3:11 am
- Forum: General Discussion and Questions
- Topic: Rodata, BSS, Text, Heap Memory
- Replies: 1
- Views: 252
Rodata, BSS, Text, Heap Memory
Hello, I am new to the board so I hope this is the right spot to place this topic. I am working with the Wemos D1 Mini and Micropython and need to read the Rodata, BSS, and Text in memory. I have tried using the Micropython internal libraries like gc.collect() and micropython.mem_info() and while th...