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

Issue in STANDBY Mode in stm32f746g discovery board.

Hi everyone,I am trying to implement the STANDBY mode in stm32f746g board using the system wakeup pin PI11 (user push button). The issue is that once I press the button, the controller automatically wakes up from the STANDBY mode.I have attached my c...

SGupt.7 by Associate II
  • 839 Views
  • 2 replies
  • 0 kudos

STM32L431RCT Hard Fault on SPI at HAL library

Hi,I keep on getting hard fault on HAL_SPI_Transmit_IT.I am trying to communicate to SX1276. The circuit is designed by another experienced hardware engineer.I use the similar code on STM32L431CBT without issue.However, I face random hard fault on ST...

AKuan.1 by Associate II
  • 801 Views
  • 3 replies
  • 0 kudos

What are the important files to push to git?

I had a project and pushed it up to a github repository that I just created. STM has so many files under many directories (CMSIS, etc.) I didn't feel it necessary to add all these files. I added the .ioc and all my source and header files. What o...

SWenn.1 by Senior III
  • 3455 Views
  • 5 replies
  • 1 kudos

FUOTA: Facing issues while using flash memory instead of UnfragmentedData[FRAG_MAX_NB * FRAG_MAX_SIZE] (SRAM buffer)

Hi,We are using B-L072Z-LRWAN1 board to perform the FUOTA.The way we changed the current implementation:1. In FragDecoderWrite function in main.c we added a function to write the fragments to the flash memory. FlashMemHandler_Write((void *)(FLASH_BA...