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! Unable to set PLL as main clock derived from the HSI

Hi All,I am working with the STM32F302R8. I want to set the system clock as the PLL through derived from the HSI. I want a clock of 64MHz which I should have set through the appropriate registers.I think I have set all I need however, after the RCC c...

glenn0010 by Associate III
  • 1442 Views
  • 3 replies
  • 0 kudos

STM32F427 suddenly in Read Protected Secure Mode

Developing code / debugging 2 days ago and all was well.This morning I attempted to flash the mcu (using ST-Link / V2) and it reported back that the Processor failed to halt.Switched to my J-Link and it reported that the MCU was in an Active Read Pro...

Joe.H by Senior
  • 533 Views
  • 3 replies
  • 0 kudos

Flash write/Read program does not work with debugger

I am working with G071 neucleo board. I am trying to debug a program that writes and reads for EEPROM emulation. However, it does not work as expected in dubug mode. The example program provided by ST for Flash runs well in run mode ( Without debugge...

NGT by Associate
  • 438 Views
  • 1 replies
  • 0 kudos

Resolved! External SRAM issue

Hello,I hope someone can help with this riddle.We just started working with our custom board, based on stm32h743 (untill now we worked with eval stm32h743-eval board).The internal memories, GPIOs and other interfaces works OK, but we have the followi...

ranran by Senior II
  • 687 Views
  • 4 replies
  • 0 kudos

Sector Erasing in STM32--chip crashes on 256kB erase

I am working on erasing sectors sequentially in my MCU, from Sector 2 through Sector 7 (the size of flash where my firmware will live). I have found that sequential sector erases will occasionally fail, and any attempt to erase a sector of size 256k...

rsoc by Associate III
  • 734 Views
  • 4 replies
  • 0 kudos

NAND Flash File system

I am working on raw NAND Flash memory with STM32L496 DISCOVERY board, and want implement file system which should include wear-leveling and bad block handling without any operating system .which file system should i use???is there any porting documen...

aahme.4 by Associate II
  • 400 Views
  • 0 replies
  • 0 kudos

Resolved! get interrupt state

How to get interrupt state (enabled or disabled) via HAL?In my void I need to do HAL_TIM_OC_Stop_IT() only if this interrupt enabled.