STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Blue pill does not have DAC in Cube

Hi AllToday I wanted to start working with Bluepill DAC that turn out in STM32CubeIDE there is no DAC peripheral and I was shocked. Does anyone know what the h... is that issue? and how to solve it? I don't like to configure it by myself.

IDavo.1 by Associate II
  • 964 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 DAC DMA Underrun problem

Hi, I am currently working on small project which I need to generate some arbitrary signal using DAC inside STM32G431KB.Code is shown below.#include "main.h" #include "SysClockConfig.h"     uint16_t Output_Buffer[10] = {2048,2048,2048,2048,2048,2048,...

LLOLO.1 by Associate II
  • 1137 Views
  • 3 replies
  • 0 kudos

STM32F746IGT with DAC enabled

Hi,I am using Stm32CubeIDE v1.3.1 with my custom STM32F746IG board and touchGFX enabled (working properly with 800x480 paralel LCD). I have tried to play with DAC channels (Channel1-2). I can not get it work through the examples with DMA enabled or w...

istepne by Associate III
  • 250 Views
  • 1 replies
  • 0 kudos

HAL DAC output problem

Hello all,I need to use DAC on STM32F091 MCU. I have configured it in cubemx - Channel1 - output PIN PA4, output buffer enabled, no trigger.,in Main.c is next:static char dac_tmp=200;set_DAC_output(dac_tmp); if (HAL_DAC_Start (&hdac, DAC_CHANNEL_1 ) ...

AKerp.1 by Associate
  • 1185 Views
  • 3 replies
  • 0 kudos