MemoryAllocationStatistics not compiling
Posted: Mon Apr 27, 2020 4:35 pm
Hi guys, I'm glad to see the forum being back up. 
I'm trying to compile this sketch : https://github.com/stm32duino/STM32Exam ... istics.ino
And getting this error:
I'm using Roger's core.
Any ideas?

I'm trying to compile this sketch : https://github.com/stm32duino/STM32Exam ... istics.ino
And getting this error:
Code: Select all
free_memory_3:30:38: error: '_get_MSP' was not declared in this scope
char * stack_ptr = (char*)_get_MSP();
^
exit status 1
'_get_MSP' was not declared in this scope
Any ideas?