User Activity

Once again I'm struggling to find a clear source for a peripherals clock with STM32 MCU's.Most searching leads me to HCLK/2, so at a max HCLK of 180MHz I get 90MHz.However, looking at there reference manual for the STMF469 I see this:From an example ...
I've followed some answers from a post here:https://stackoverflow.com/questions/57283327/how-to-change-the-uart-baud-rate-after-running-on-stm32-boardBut still can't seem to get the baud rate to change. Has anyone had any luck trying to dynamically c...
I have multiple channels that I am trying to read from. I want to try both DMA and Interrupt mode.Does the callback follow the EOC flag, and therefore follow the 'End of Conversion Selection' setting in Cube (to which I have set to 'at the end of sin...
I'm using a custom board with an STM32F469, a display with an ILI9488 320X480, and a frame buffer of 1X480. This frame buffer should fill a line of data.When I send the packet using a DSI Long write, only part of the line is filled up with the data I...
The image shows my clock configuration for the STM32F469IIT. I want a 12MHz output from MCO2 and I found that I could theoretically achieve this using the PLLI2SCLK input. However, when I use this configuration, the device is not recognised by the PC...
Kudos from