2019-08-28 06:33 PM
1�?why datasheet show that STM32G474RB has 512K Flash。But STM32CubeMX show 128K?
2�?does the STM32G474RB has dual bank mode?
3�?STM32G474RE,when dual bank,bank1——0x0800 0000~0x0803 FFFF,bank2——0x0804 0000~0x0807 FFFF。
so if STM32G474RB has dual bank mode,then bank1——0x0800 0000~0x0800 FFFF,bank2——0x0801 0000~0x0801 FFFF??
thanks very much�?�?
Solved! Go to Solution.
2019-08-28 06:44 PM
Datasheet covers multiple parts including the RE, and says "UP TO 512K" to account for the range. The die might have the larger amount, with the fractional amount actually tested. If you can touch 0x08040000 without Hard Faulting, assume that's where the second bank starts.
Assume RB is sold as 128KB, Single Bank
2019-08-28 06:44 PM
Datasheet covers multiple parts including the RE, and says "UP TO 512K" to account for the range. The die might have the larger amount, with the fractional amount actually tested. If you can touch 0x08040000 without Hard Faulting, assume that's where the second bank starts.
Assume RB is sold as 128KB, Single Bank
2019-08-29 02:21 AM
@Clive Two.Zero (Community Member)
OK,I See�?�? thanks for your help�?�?