User Activity

Hi,I enabled the DAC and a GPIO Pin as analog. But whatever value I provide, the GPIO Pin of the DAC never reaches a value above 20mV. DAC config:static void MX_DAC1_Init(void) {   /* USER CODE BEGIN DAC1_Init 0 */   /* USER CODE END DAC1_Init 0 ...
Hello,I'm using the H745ZI-Q and the CubeIDE. I want to configure the ADC clock but I can't find the clock settings mentioned in the documentation. Namely the adc_ker_ck. I found the AHB clock but with 240MHz it's a lot higher than specified in the d...
Hello,I was following the step by step guide by st for an easy led blink program. And after configurating the pins in the GPIO_Init function the LEDs are not turning on. Is there something wrong in my code? Did I miss part of the pin configuration? A...
Hi,recently I switched from Arduino to Nucleo and now I wanted to play around with the H745ZI-Q and was following the step by step guide by st. Whenever I try to load a program to the mcu, only the demo blinky program is running. I have not found any...