STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB HOST MSC + CMSIS V1

Hi all,i succesfully tested USB HOST drivers in standalone mode on a Nucleo-F746ZG.In my application i need to use CMSIS, but i can't figure out how to make it work. I am using the same application that i use on the standalone mode but this time i pl...

AGaru by Associate III
  • 526 Views
  • 1 replies
  • 0 kudos

STM32G0, DAC, 4095 or 4096

Using NUCLEO-G071RB board and therein DAC_OUT1, PA4, CN8.3.Use internal Vref with 2500 mV.Calculating DOR from a dst_voltage using equation in Reference Manual ​(page 360/1223)  DOR = DACoutput * 4096 / Vref gives voltages3..5 mV  too high, e.g.//  4...

JuM by Senior
  • 537 Views
  • 1 replies
  • 0 kudos

STM32H743 Failure behavior with external core SMPS

Greetings,right know we are evaluating some strategies to reduces overall power consumption of our product, including two STM32H743 microcontrollers.Due some other design restrictions the following options are not feasible:Switch to a low power µCUse...

SCoen by Associate
  • 779 Views
  • 2 replies
  • 0 kudos

Resolved! Getting Started Nucleo-64 STM32L412

I cannot get debugging working through the STM32CubeIDE. I can program the device using the OpenOCD debugger (but stepping through the code gives an error). However, I want to use the ST-LINK GDB server as the debugger, which does not work. I receive...

Resolved! Can't get internal temperature sensor via ADC

I am having a tough time getting a valid temperature reading from my STM32L051K8U6 MCU. This should be an easy task. I've spent a LOT of time Googling and believe I have everything setup correctly. Most of the sample code online is identical, but it ...