Good day,There seems to be an error in the implementation of the NUCLEO-C031C6 when generating code for the project after updating the peripherals. After loading an example project and compiling and testing all is well but once you update the project...
Good day,How do I use the fractional mode on the PLLs in STM32CubeIDE or STM32CubeMX?If I enter a number in the "fracnx" field there is a change but CubeMX still thinks the VOC frequency is to high due to the large DIVN value.Thanks,Charles
To confirm I loaded the same example for the P-NUCLEO-WB55-NUCLEO eval and it works as expected. So I can only assume there is an issue with the C031 implementation.Before:After:
Hi Pavel,Started a new workspace, loaded the example "USART_Communication_TxRx_DMA_Init" for NUCLEO-C031CS. Compiled the project and all ok.Opend the "USART_Communication_TxRx_DMA_Init.ioc", changed the Parity to Even and then back to None and saved,...