
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?