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! HAL_FLASH_Program not writing to flash permanently

Hi all,I am using HAL_FLASH_Program() to program an uuid into a specific address. I can verify it write successfully by reading from the address. However, if I power cycle the MCU, the memory at that address returns to the original value. If I write ...

vtran1 by Associate II
  • 5056 Views
  • 18 replies
  • 0 kudos

NUCLEO-G071RB compatible to which Expansion Boards?

Hello together,I'm totally new to the STM32 world, so sorry in advance for the stupid question.I just bought a NUCLEO-G071RB and would like to combine it with some Nucleo Expansion Boards. Is every Nucleo Expansion Board compatible with my Controller...

FSchm.1 by Associate
  • 390 Views
  • 0 replies
  • 0 kudos

unknown type name NexTouch

Hi guys I started to program STM32 NUCLEO with nextion HMI . i took an existing an library for GitHub the link is https://github.com/alperssl/Nextion-Hmi-Library-for-STM32-Platformthe issue i am facing is the complier is telling unknown type na...

0690X00000DC1ZDQA1.png
AKann.1 by Associate II
  • 837 Views
  • 3 replies
  • 0 kudos

LPTIM to put my STM32L0 device in sleep for 200 ms

Hi all,I would like to use LPTIM in STM32L0 to put my device in sleep mode for 200 ms. I have used the API HAL_LPTIM_TIMEOUT_START(LPTIM_HandleTypeDef * hlptim, uint32_t Period, uint32_tTimeout), I pass 200 as value for both Period and Timeout.I use ...

DKPitc by Associate
  • 660 Views
  • 0 replies
  • 0 kudos