User Activity

Hello,I have a problem on a STM32H753 which I do not understand.I want to sample some data from ADC with a given time period.So I use the TIM2_TRGO as Event generator for the ADC3 (via EXTSEL)ADC3 is configured in 12 Bit single conversion, in the seq...
Hi,I've been struggling with using the STM32G473's internal comparator and DAC for a few days now.ComparatorI use the internal COMP1. For the negative Input I selected the DAC3-CH1 and for the positive input I selected the Pin PA1. PA1 is configured ...
I am using STM32CubeIDE V1.11.0I have exactly the same issue which was described in this post:https://community.st.com/t5/stm32-mcus-boards-and-hardware/st-link-gdb-server-issues/m-p/64010#M623Multiple weeks everything works fine. But suddenly it sto...
Hello,I bought a NUCLEO-H743ZI2 board.When I plugged it in for the first time, I was able to flash it after two or three attempts (ST-Link was often not recognised).But now the STM32CubeProgrammer does not recognise the ST-Link at all (I have tried m...
Hi, Iam using a STM32G473 controller and want to do the following:I want to output an analog curve, stored in a RAM buffer.Timer6 is the timebase for transfering the the data from RAM buffer to DAC via DMA.So I selected the DAC as trigger source for ...