STM32H563ZI Flash Bank Swap
Hello all,
I am currently developing on the STM32H563ZI and encountered an issue where, when swapping to Bank 2 to erase/write flash, it simultaneously erases the same address in Bank 1. Here are the steps I followed:
- Swapped to Bank 2.
- Used STM Programmer 2.16.0 to flash a bin file to the address 0x8100000.
- Used STM Programmer 2.16.0 again to flash the same bin file to the address 0x8000000.
At this point, the code initially flashed to 0x8100000 was erased. Subsequent tests with writing only a few bytes also resulted in the same situation.
Are there any settings I can adjust to avoid this situation?
Thank you very much!
