2024-09-20 02:16 AM
I am testing Flash write using a custom board with STM32H562VG.
For debugging, I use IAR I-jet and VSCode's C-SPY extension.
The following HAL API is used for Flash writing, addr starts at 0x08030000 in the User area.
2024-09-20 06:41 AM
Is 0x08030000 in use by your program?
No reason that memory in flash would be causing problems unless that memory was used for some reason.
> For debugging, I use IAR I-jet and VSCode's C-SPY extension.
Could also just be a bug with the tools.
2024-09-24 02:04 AM
Thank you for replying.
> Is 0x08030000 in use by your program?
No, I just did a test write to the Flash area and did not refer to the content.
Also, although I don’t know the exact reason, after performing a MASS ERASE using STM32CubeProgrammer,
I was able to debug again.