platform-ststm32
platform-ststm32 copied to clipboard
framework-stm32cubef4 is out of date
Latest version in the package registry is 1.26.2. Latest release by ST is 1.27.0, released 11 feb 2022. In this version they reworked the ethernet driver, so code generated by STM32CubeMX for projects that use ETH won't work on platformio.
I suspect that I am having similar issues with the USB device. CubeMX code works fine with version 1.27.1; but platformIO doesn't work (using 1.26). To clarify, it builds and flashes my board fine using platformIO, GPIOs work etc... It is only the USB device that doesn't work.