STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_FLASH_Program() returns Write protection error

Hi all,I'm using STM32f405 and i want to program FLASH using STM32CubeIDE.My testing code is the following: uint32_t base = 0x080E0000; //FLASH SECTOR 11 uint64_t data= 0x55; FLASH_EraseInitTypeDef EraseInitStruct; uint32_t Error;   EraseInitStr...

RPalm.1 by Associate
  • 302 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F405 IWDG doesn't reset

I am having a problem where the IWDG seems to not reset the processor. I have setup a very simple project that enables the IWDG and then doesn't pet it - it should reset, but it doesn't. Running under the debugger or running standalone, it doesn't re...

GPIO toggle example not toggling in BLUENRG 232 MCU. THe program is running and the DAT resistors changing values.

/******************** (C) COPYRIGHT 2015 STMicroelectronics ********************* File Name     : GPIO/IOToggle/main.c * Author       : RF Application Team* Version      : V1.1.0* Date        : September-2015* Description    : Code demostrating the G...

UART DMA Capture Restart.

Hi, I need a little help with this situation.I have to receive a packet from a serial port, this packet has a variable size and is also quite long. So I use two areas of RAM as a buffer and alternatively send the data to an external flash. I tried us...

Resolved! How to close the IWDG when STM32L051 enter stop mode.

when I use STM32L051, its iwdg and stop function ,after it enter stop mode ,the iwdg is also working,I want to close the iwdg when it's stopped,but I didn't find this bit of "IWDG_STOP" in FLASH_OPTR register ,so I don't know how to do ,because I use...

0693W000005AIl0QAG.png
泽陶.1 by Associate II
  • 1200 Views
  • 4 replies
  • 1 kudos