the Dev Style theme might be overriding the default button sizes. You can fix this by adjusting the CSS for the Minimize and Maximize buttons. Try setting specific width and height values for those buttons, like this: cssCopy code.button-class { wid...
Loving the expanded support for STM32 series and the new microcontrollers. This will definitely make development smoother. Excited to try the new features in 1.17.0! :rocket:
Hi Luke, sounds like you're on the right track! For the Blue Pill, you’ll need to ensure that the BOOT0 pin is set correctly. To upload code via ST-Link, make sure BOOT0 is low (0V) for normal boot mode. If it's high, the board tries to boot from oth...
Hi,Try updating your STM32CubeIDE to the latest version, and ensure that your system's environment variables are set correctly for WMIC. You could also check if there are any conflicts with antivirus or firewall settings blocking the connection. Hope...