Skip to main content
Visitor II
October 22, 2025
Question

Programming support for STM32F413VHT6

  • October 22, 2025
  • 2 replies
  • 134 views

I see STM32F413VHT6 is a1.5Mb device from the ordering information and the memory mapping in the datasheet. I follow the same procedure I followed to program the range 800 0000 to 810 0000 for the rest of the 0.5 Mb (810 0000 to 817 FFFF) also , but i see the device is not getting programmed. Is there any other way to program this region (810 0000 to 817 FFFF) . Does this follow any other procedure , please help with this.

2 replies

ELABI.1
Technical Moderator
October 22, 2025

Hi @Naray

Did you follow the Flash memory programming sequence?

ELABI1_0-1761121781336.png

Did you check the PSIZE? Because the Reference Manual mentions that any program or erase operation started with inconsistent program parallelism/voltage range settings may lead to unpredicted results

ELABI1_1-1761122262053.png

You can Refer to the Reference Manual RM0430, specifically section 3.3 on Embedded Flash Memory, which might help you.

Thanks,

ELABI.1

 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
TDK
Super User
October 22, 2025

Nothing special about the last 512 kB. Perhaps show your code and how you're verifying that it's not being programmed. Does it program correctly if you use STM32CubeProgrammer?

TDK_0-1761140010227.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."