User Activity

Hi,For a project I am currently working on, we have a unique custom board model on which we can flash different targets of a a same program.Depending on the target, we can work with one of two different displays, a 240x320 and a 160x80.For now, we tw...
Hello,I think I might have found a bug source in the CubeMX's generated code, when two components of a same driver share the same clock.Here I'll use the example of the ADC 1 and 2 of the STM32H743GTV6 but I have see this case a few times elsewhere.A...
Hello everyone. I am currently working on a bootloader with a STM32H743VGT6.I need to write data on both banks which aren't continuous as you can see below:  It was recommended in this topic to use HEX format, but I need to stick to bin files. So my ...