Search found 2 matches

by mfrsi
Mon Jan 16, 2017 10:41 am
Forum: Development of MicroPython
Topic: Memory Leak on Micropython Port
Replies: 14
Views: 12037

Re: Memory Leak on Micropython Port

Hi The team is working on the MycroPython project ported on to Cortex M4. The following is the detailed description of the problem faced by the team. Debug trace of memory allocation and freeing was kept , and found that some of the addresses allocated are not freed. These allocations are happening ...
by mfrsi
Wed Jan 11, 2017 12:35 am
Forum: Development of MicroPython
Topic: Memory Leak on Micropython Port
Replies: 14
Views: 12037

Memory Leak on Micropython Port

Hello My team is currently working on porting MicroPython to our own Spansion MCU board. We were able to get the interpreter working, but we are running into a memory leak. After invoking do_str() around 30 times without resetting, our board crashes. We currently suspect that some memory is not free...