STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U585 memory mapped hyperRAM and STOP2

I'm using a STM32U585 that has some hyperRAM attached to OSPI2.  I've memory mapped it and it's working well during normal operation.  I've noticed, though, that when I leave it powered and put the processor into Stop 2 mode, it corrupts some of the ...

BDoon.1 by Associate III
  • 972 Views
  • 1 replies
  • 0 kudos

Resolved! About VREFBUF Characteristics, Degraded Mode

I would like to know the lower limit of the voltage at which the ADC can maintain accuracy, but I don't know the next mode.What are the degradation modes of VREFBUF characteristics in the STM32G031x4/x6/x8 data sheet?Also, what are the conditions for...

kaito by Associate
  • 796 Views
  • 1 replies
  • 0 kudos

Resolved! typo in STM32H5 NUCLEO144 user manual

In UM3115 STM32H5 Nucleo-144 board (MB1404) rev 2 - August 2023, page 29, table 19 listing CN13 pinout, A7 D- USB_FS_N STM32H5 Pin is typed as PB11. I guess it is a typo, it should be PA11. In the same table, B7 D- USB_FS_N is correctly typed as PA11...

mete by Senior II
  • 1036 Views
  • 2 replies
  • 0 kudos

Current in mA in STOP1 mode

I've implemented STOP 1 mode on STM32L476 using HAL function. The current consumption is >1mA even in STOP mode while I've disabled all the clocks. I'm unable to understand this. 

Ans by Associate III
  • 1217 Views
  • 2 replies
  • 0 kudos

Resolved! Issue while setting pins as Analog to save power

Hello everyone, I'm trying to set all the pins(except 11) of port F of STM32L476 as Analog to save power.   for(uint8_t GPIO_PIN = 0; GPIO_PIN < 16; GPIO_PIN++) { if(GPIO_PIN != 11) GPIOF->MODER |= (3 << (GPIO_PIN * 2)); }  But it resets my progr...

Ans by Associate III
  • 1009 Views
  • 1 replies
  • 1 kudos

USB composite (HID & CDC)

I am trying to use the usb COMPOSITE library. (AL94.I-Cube-USBD-COMPOSITE.1.0.3)Followed the instruction How to generate the code from MXcude for USB CDC and USB HID.the code compile successfully. and I can see those devices when I attach my NUCLEO b...

Zariss by Associate II
  • 3568 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F413 DFSDM not working in Manchester mode

Dear allSituation 1:I use Nucleo-F413ZH with AMC1306EVM (PA8 DFSDM_CKOUT, PB1 DFSDM1_DATIN0)Result: DFSDM is working fine with DMA. In this situation I use mode PDM/SPI input from CH0 and internal clock.See code details in files with ending dfsdm_clk...

franz2 by Associate III
  • 2037 Views
  • 2 replies
  • 0 kudos