STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 wakeup from gpio using radio rx done interrupt

I want to wake my STM32 mcu from stop2 mode using an external interrupt from sx1262 radio. I configured the gpio pin like this:/*Configure GPIO pin : RADIO_DIO1_Pin */ GPIO_InitStruct.Pin = RADIO_DIO1_Pin; GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING;...

STM32L476 ADC w/ DMA not stopped after end of sequence

Hello,My question is related to "STM32L4 ADC w/ DMA overrun error" which was closed unanswered.I am implementing an algorithm that uses ADC with DMA on a NUCLEO-L476RG.The ADC is configured as follows:Clock Prescaler: SynchronuousDMA Continuous Reque...

X-CUBE-STL support for H7 dual core controllers

Hi,Are there any plans on extending the x-cube-stl support to H7 dual core family?According to the datasheet, the following are missing:MCU FMEAFMEDA snapshotX-CUBE-STL libraryI'm especially looking for just the STL part, but according to the manual,...

TOlli by Senior
  • 316 Views
  • 1 replies
  • 0 kudos

Use of VREFBUF on the STM32H753.

The voltage reference buffer (VREFBUF) seems to control what happens with the Vref+ pin, as described in this from the Reference Manual:Table 225. VREF buffer modesENVR HIZ VREF buffer configuration0 0VREFBUF buffer OFF:– VREF+ pin pulled-down to VSS...

JMall by Associate II
  • 3415 Views
  • 11 replies
  • 2 kudos

eMMC prototyping on NUCLEO

Hi All,I'm looking for advices about boards/components to use for eMMC prototyping.I have got a NUCLEO-H743ZI board, but it seems that there is no shield board for eMMC, and that a solution would be to use SD/MMC card breakout + eMMC dongle.Could one...

frd66 by Associate II
  • 1884 Views
  • 7 replies
  • 0 kudos

Funky source code stepping in debug mode

I know about optimizers and I've been debugging MCUs for many decades. But this behavior is just too weird and difficult to deal with...I'm using Atollic TrueSTUDIO 9.3.0. When I debug my code and single step through the C source code, the highlighte...