2023-01-21 02:30 AM
2023-01-22 10:18 PM
My initial response would be no but I might be missing something "obvious" :thinking_face:. TouchGFX_printf is for the simulator only user code (so C++). But you could call it when what you are using the c file for is interacted with, I suppose this interaction is done with the model ? In what context are you trying to use it ?
/Romain
2023-01-23 03:23 AM
I want use TouchGFX_printf in a .h or .c (own functions), which i have includen in a .hpp. supposedly you can embed c++ functions in c code and c functions in c++ code (with extern "C")!?