STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32_DAC_OUTPUT

Hallo everybody,i would like to generate analog signal (0-5 V) via DAC but the problem is the maximam voltage is 3.3 V . ist it possible to change some configuration to generate an analog signal with maximam voltage from 5 V? thanks #DAC​ #[Analog an...

Samuel1 by Associate III
  • 1918 Views
  • 6 replies
  • 0 kudos

STM32F030R8Tx ADC Problem?

I do not know if and what I am doing wrong. I am using CubeMX and a Nucleo 64-Board. This is the while inside the main:while (1) { if(HAL_ADC_PollForConversion(&hadc, 1000) == HAL_OK){ adc_value[i] = HAL_ADC_GetValue(&hadc); media += ((f...

EFons by Associate II
  • 885 Views
  • 4 replies
  • 0 kudos

Resolved! SPI back to back writes

Hello,setting up STM32L412 SPI for 16 bit Spi transfer and doing:    uint16_t *SPI_DR = (uint16_t*)&SPI1->DR;   *SPI_DR = 0;//   while (~SPI1->SR & SPI_SR_TXE) {NutSleep(0);}   *SPI_DR = 0;results in only 16 bit shifted out. With the check for TXE e...

Typical ST's MCU for power electronics control

Hello, I would like to ask if you can suggest me ST's MCU with peripheral specialized for power electronics controll. I would like to use MCU for PSFB DC/DC converters, three phase inverters, active PFCs and other common power electronics topologies....

TZure by Associate
  • 494 Views
  • 0 replies
  • 0 kudos

stm32cube, usb host, hid mouse/keyboard

Posted on October 09, 2016 at 14:54hello, I've been trying to set up some basic usb comunication with a usb mouse using my stm32f4 discvery. there are no usb examples for my board so I went in to look at other boards. I generated a project with cube...

arnie1 by Associate
  • 3409 Views
  • 9 replies
  • 1 kudos

Timer cookbook example on STM32F303RE platform?

Hello,Has anyone succeeded in getting the timer cookbook examples (specifically the TIM_ExtCLK_ETR)working on the STM32F303RE? I've been beating my head against the wall for a while now and still haven't seen the light. I'm using the IAR Embedded ...