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

I want to minimize LCD current consumption.

I want to minimize LCD current consumption.LCD current consumption is too high.After updating the LCD status, we immediately enter STOP_MODE to save current. (Keep repeating this)I would like to reduce the LCD's current consumption by reducing the LC...

JKim.15 by Associate II
  • 930 Views
  • 1 replies
  • 0 kudos

Wiring micro sd card slot to MCU

I'm drawing schematic for a small project, I have an information trouble with SDIO. I don't know how to wiring SDIO interface to micro sd card slot. Is there any document can help ?Thank !Sorry if my English is poor.

hhuyn.1 by Associate II
  • 13880 Views
  • 7 replies
  • 2 kudos

I can't seem to trigger PendSV

Hi, I have created this kernel for an ARM Cortex M3, on an Atmel (microchip) board, and now I am porting it to Nucleo f767zi.I thought it would be an easier task, just adapting the HAL calls, and kernel (C and ASM) routines would keep the same. But I...

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
  • 896 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
  • 753 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
  • 977 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
  • 1147 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
  • 940 Views
  • 1 replies
  • 1 kudos