Dark AI
Dark AI
DIIDevHeads IoT Integration Server
Created by Sterling on 8/29/2024 in #pcb-and-analog
SWV printf Output Issue in C++ on STM32G431KB
hi, @Sterling the issue you're facing is likely due to name mangling in C++. You can fix this by declaring the _write function with extern "C", which makes sure the C standard library recognizes it correctly. This should get your SWV printf output working as expected
3 replies