2020-10-07 06:23 AM
When I execute "run target" the compilation and flashing is successfully but I see nothing on the display of the board. When I do the same with simulator or with STM32CubeIDE everything is visible. The strange thing is when I add a button to my screen I also see the whole things on display of board when I execute "run target".
So for me it seems that this issue seems to be compiler dependant.
Thanks in advance for helping
Best regards
Jürgen
2022-01-27 02:41 AM
Hi Jürgen, did you solve this problem? I'm facing same problem too when I try to use with NO OS on my stm32f469i-disco board
2022-01-27 04:48 AM
On this specific post I wonder if all the correct changes were made in the Makefile in the /gcc folder (which is used by the "run target" button)
/Romain