Here is the full log of the build for PAXX style https://gist.github.com/ht93/39b1477879 ... 0ed65c9365, and for PA_XX style https://gist.github.com/ht93/c3ed1d80ec ... ca6129ba15. I don't find big difference between these two.fpiSTM wrote: Mon Jul 05, 2021 6:58 pm Print both values is a good idea.
Could you also share a full log of the build, please? Think to enable all the verbose in the preference.
I haven't used serial monitor since I got blackpill (my first stm32), and it does not working correctly with st link as I tried today. So I used the tft to print PA5 and PA_5 as shown here:
Code: Select all
tft.setCursor(10, 75);
tft.println(PA5);
tft.setCursor(10, 125);
tft.println(PA_5);