2018-05-16 10:54 AM
I am using
https://platformio.org/platformio-ide
to program the STM32 F7 discovery board. The STM32Cube package is in the PlatformIO's framework registry and HAL&CMSIS drivers are working out of the box without problems. Since I am not using any RTOS and only trying small examples at the moment, I noticed that thehttp://docs.platformio.org/en/latest/frameworks/stm32cube.html
of stm32cube is not complete. It (for example) doesn't include BSP drivers and it doesn't include STemWin library.Why is that? At the moment I am using manually downloadedhttp://www.st.com/en/embedded-software/stm32cubef7.html
package and including BSP drivers manually and unsucessfully including STemWin library manually as well. It involves a lot of 'hacking' around (include paths, compilation options etc.), which doesn't make sense- since the stm32cube (and PIO library manager) was designed to 'make developer's life easier'It's confusing that the PIO version of stm32cube is not the same as the 'official' one. If there's some reason I missed in all this? Would it be possible to make BSP and Middlewares (STemWin) 'official' libraries, so you could add them via PIO Library Manager?
Also, the
of the BSP library is compatible only with mbed framework. Why couldn't one use it only with stm32cube framework (HAL)...? I could find and official or complete STemWin library in the PlatformIO library registry.Thank you for help,Jur#stm32f746-discovery #stm32-f7 #platformio #cube2018-05-18 02:01 AM
I'd say you should ask these questions at Platformio.
JW