2023-06-06 05:15 AM
Tip me please why after migration from STM32U575ZIT6Q (evaluation board STM32U5 Nucleo-144) to STM32U575RGT6 (user board) with the same configuration and project code I have problems:
2023-06-06 11:31 AM - edited 2023-11-20 03:49 AM
Hello @mk.1ashin,
Note that STM32U575RGT6 is 1 Mbytes Flash size. However, STM32U575ZIT6Q is 2 Mbytes Flash size.
So, having a flash programming fault in the last page of bank 1 is reasonable. As mentioned in the RM0456, when DUALBANK = 1 in option bytes, the bank 2 base address is 0x0808 0000 for 1-Mbyte dual-bank STM32U575/585 devices.
You may need to check the linker file and reduce the code size if it is possible through the code so the compiler will not extend the size of the memory requirements.
Firas
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.