User Activity

We are working on porting an existing STM32F373 USB application to STM32G431 using STM32CubeMX and the USB Device Middleware. The USB device is a composite device of two custom interfaces.The first interface is a multitouch interface with 1 endpoint,...
Our last working version of CMake in STM32CubeIDE was in 1.9.0. After I upgraded the CMake builder was not selectable again (this happened during the step where I comment out the nature and make changed in the Tool Chain Editor).What can I do?
We have a project in which we acquire 12 ADC channel with a 600 samples per channel. The data acquisition works, but the end of the array never gets written to by BDMA.I have cross-checked the behaviour with the NUCLEO-H723. Basically same configurat...
I am trying to measure/calculate the internal temperature of an STM32G0B1VE design.The algorithm used is taken from the reference manual RM0444 Rev 5 pages 376-378:Temperature in degreesC = ((TS_CAL2_TEMP-TS_CAL1_TEMP) / (TS_CAL2-TS_CAL1)) * (TS_DAT...