In Clock Setup window, setting the PLL multiplier at 48 had no effect. Fixed.See it in repository here https://gitlab.com/funlw65/vscode_nucleo_l152re/commit/7e0d05cda68fd492ce0d1cf69a1bb834f7a0d0e4
bugfix
VPC version 3.5.2 update and bugfix
Well, because I am apparently the sole user of this application, the bugs are revealed only when I use it in real-life applications. Another SPI bug: When VPC generate code for SPI, the indexfor the combo-box that sets the speed of the SPI GPIO pins was off with one value. If you had set the … Continue reading VPC version 3.5.2 update and bugfix
VPC version 3.4.4 bugfix
VPC was generating incomplete code for SPI initialization. This was fixed. Recently I tested the generated code on a library and a project that works with Adafruit 160x80 0.96" TFT display - soon to be published. Changes are published in repository and can be seen here https://gitlab.com/funlw65/vscode_nucleo_l152re/commit/8e7b23a9
VPC version 3.4.3 bugfix
At code generation time, inside vpc_gpio_init() function, when PB6 pin was defined it had the name of PB7 pin. Fixed and uploaded on the repository. You can see the changes here.
VPC version 3.4.2 bugfix
Fixed MCO (Master Clock Output) functionality. This was broken with changes made in version 2.0 Bugs: 1. Setting PA8 pin as MCO from LQFP64 window or Pinout window had no effect on Clock window. 2. Having PA8 pin function set to other than "N/A" or "CLOCK", entering in Clock window would have re-set the pin … Continue reading VPC version 3.4.2 bugfix