Skip to main content
MKash.1
Associate II
June 6, 2023
Question

STM32U575ZIT6Q to STM32U575RGT6 migration problem

  • June 6, 2023
  • 1 reply
  • 948 views

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:

  1. FD-CAN works up to 2Mbit/s instead 2.5M
  2. Flash programming a fault (the last page of Bank1, address 0x080FE000)
This topic has been closed for replies.

1 reply

ST Technical Moderator
June 6, 2023

Hello @mk_it.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.


_legacyfs_online_stmicro_images_0693W00000bVjp4QAC.pngYou 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 "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL