2018-10-19 03:42 AM
Why STemWin is not available in CubeMX for STM32F407 (Discovery board) ??
I think it must be available for all MCU's.
Thanks
Sasha
2018-10-19 07:31 AM
Hello @Sasha A ,
STemWin graphics framework is not availabe for STM32F407 under STM32CubeMX.
You'll probably to configure a suitable FSMC for your display to interface seamlessly with most graphic LCD controllers.
Then, you can review the STM324xG_EVAL examples under STM32CubeF4 firmware package.
For more information on how to support Display interface with STM32's FSMC, refer to the application note (AN2790).
Hope this helps you.
Kind Regards,
Imen.
2018-10-19 07:42 AM
Board doesn't come with a screen, so there are a bunch of issues auto-generating code for assorted controllers and busing. CubeMX is not a replacement for coding and porting skillz.