Question
code on simulator and on board have different behaviour
I'm using the stm32H750 eval board, in my project i'm showing the date, with this piece of code:
Unicode::snprintf(mainScreenDateMonthTextBuffer, MAINSCREENDATEMONTHTEXT_SIZE, "%s", L"Gen");
i'm printing on screen Gen for Genuary.
That works fine on simulator, but on board only "G" is shown...
any idea why this happens?
Thanks
