Sterling
DIIDevHeads IoT Integration Server
•Created by Sterling on 8/29/2024 in #pcb-and-analog
SWV printf Output Issue in C++ on STM32G431KB
Thanks @Dark AI , I am gonna try using
extern "C"
to resolve the name mangling issue. Just to clarify, should I apply extern "C"
to the _write
function only, or are there other parts of the code that also need this adjustment in C++?3 replies