Skip to main content
SDhka.1
Associate II
March 17, 2023
Solved

Q1. Hi can any one tell me how to do Read ,write and erase in STM32L62VET6Q Q2 when I was doing the program for STM32L562VET6Q one time read, write and erase is happened but when i tried to do second time will not happened.

  • March 17, 2023
  • 3 replies
  • 2659 views

This topic has been closed for replies.
Best answer by Tesla DeLorean

STM32Cube\Repository\STM32Cube_FW_L5_V1.5.0\Projects\NUCLEO-L552ZE-Q\Examples\FLASH\FLASH_EraseProgram\Src\main.c

3 replies

Tesla DeLorean
Guru
March 17, 2023

I don't understand the Page[i] code, you index beyond the scope of the array and all the elements of the array are zero, and random.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
SDhka.1
SDhka.1Author
Associate II
March 17, 2023

thank you for helping.

He can you tell me how to do simple code for read ,write and erase in STM32L562VET6q

Tesla DeLorean
Guru
March 17, 2023

There should be examples in the CubeL5 repository code trees.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
SDhka.1
SDhka.1Author
Associate II
March 17, 2023

no

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
March 20, 2023

STM32Cube\Repository\STM32Cube_FW_L5_V1.5.0\Projects\NUCLEO-L552ZE-Q\Examples\FLASH\FLASH_EraseProgram\Src\main.c

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..