2024-11-25 09:00 AM
I checked the datasheet and there is a memory map of 521Kbyte.
But I use the stm32h523VCT6 chip.
This chip has 256Kbyte of memory.
Can't a chip with 256Kbyte of memory use bankswap?
If it can, can you tell me the memory address?
2024-11-25 01:35 PM
Look in manual, to be sure... (i am just guessing, from my H743ZG and H743ZI ....same chip):
bankswap for 512K cpu is 2x 256K; (continuous memory area);
bankswap for 256K cpu is 2x 128K , same address for start of ram area, just ram is no more continuous.
btw
chip should be the same, so your 256K cpu also has 512K ram, just check it.
Only problem: its not tested and no guaranty to work; only the 256K, you payed for, is tested.
2024-11-26 12:49 AM
Yes, the STM32H523VCT6 chip, which has 256 Kbytes of memory, supports bank swapping as indicated in the provided table from reference manual.
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.