Skip to main content
ac.2
Associate II
December 20, 2018
Solved

Is there a demo routine for stm32f469 to implement stemwin GUI using standard libraries?

  • December 20, 2018
  • 5 replies
  • 1367 views

My current project uses "en.stm32f4_dsp_stdperiph_lib", version 1.60, which implements the finished product function using standard library. Since stemwin GUI was added to use Mipi lcd, I found only a simple DSI example in the standard library.Does ST provide an example similar to DSI STemWIN in HAL libraries for standard libraries? If so, can we get some clues? Thanks very much�?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    V1.8.0 is the most current.

    https://www.st.com/en/embedded-software/stsw-stm32065.html

    ST has moved on from the SPL, don't expect any support for it.

    It would take time and effort to back-port DSI support for the STM32F469I-DISCO board using the SPL

    5 replies

    Tesla DeLorean
    Tesla DeLoreanBest answer
    Guru
    December 20, 2018

    V1.8.0 is the most current.

    https://www.st.com/en/embedded-software/stsw-stm32065.html

    ST has moved on from the SPL, don't expect any support for it.

    It would take time and effort to back-port DSI support for the STM32F469I-DISCO board using the SPL

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    ac.2
    ac.2Author
    Associate II
    December 20, 2018

    Thank you for your reply�?

    It's sad to hear that reply. Because this means that previous projects developed using SPL will be troubled by updating module functions and developers who are already used to using SPL in the future.

    Tesla DeLorean
    Guru
    December 20, 2018

    It is unfortunate, but not insurmountable.

    You could try porting or refactoring to use the HAL, LL or register level implementation, or hybrid thereof.

    If you really can't move from the SPL you can extend the library to add the functionality you need/want.

    Each of these paths has it's own costs.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..