Nic
(Nic Magnier)
4
Mistermo already answer your question but related to your _sbrk issue I was able to fix it in a project by adding a compiler option.
In the cmakelists.txt I’ve added
add_link_options(-specs=nano.specs -specs=nosys.specs)
Not sure if that would make it possible to use snprintf though...
2 Likes