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

Resolved! STM32L452 package with VDD12

Using the STM32L452. Would like to use the Vdd12 pin but it appears to be only available on the LQFP 64 package. Is there any way to have that pin available on the BGA packages?

TVale by Associate
  • 759 Views
  • 2 replies
  • 0 kudos

CubeMX initialize MAC adress from external memory

Hi,what is the correct way to initialize the MAC address read from an external memory by using LwIP? /* Initialize all configured peripherals */..=> need MAC address here do correct initalization... MX_LWIP_Init();...=> MAC address can be read here f...

Hal delay stuck in infinite loop Systick

Hello,I am a newbie and I have started trying to learn how to program the MCU STM32F746ZG. I have created a simple code following a learning book that uses the STM32CubeMX software. The code is a simple "Hello World" that causes LED2 to flash every 5...

0690X000006CDVMQA4.jpg
Nacluk by Associate
  • 890 Views
  • 1 replies
  • 0 kudos

Nucleo-L152RE + IDB05A1: Force the board in a low power mode and wake up as soon as a device wants to connect with the IDB05A1 (BLE)

Hello, One specification of my system is the long live of my peripheral (Nucleo-L152RE+ IDB05A1). The most time, my peripheral is in advertising mode. I know that as soon as IDB05A1 advertising I can put µc in standby, the IDB05A1 will work autonomou...

by Not applicable
  • 478 Views
  • 0 replies
  • 0 kudos

Resolved! HardFault on unaligned access, after enabling MPU

HiI want to start using the MPU on STM32F7, however when I enable the MPU then unaligned accesses lead to a HardFault immediately.Code to reproduce the HardFault:static unsigned short foo[5] = { 0 }; memcpy(&foo[1], &foo[3], 4);I wrote a minimal Hard...

patrislav by Associate II
  • 5887 Views
  • 8 replies
  • 1 kudos