2023-04-27 12:14 AM
If have read the RM0456 and could not found a detailed description.
If I switch the option byte DUALBANK to 0 single-bank mode, what will happen if I access a address which is normally supposed to be in bank 2? Do I get a memory access error?
So is my assumption correct?
That would mean switching on the single bank mode of a 2MB device, I can only used 1MB of the first bank?
best regards
P.
Solved! Go to Solution.
2023-04-27 06:01 AM
Hi @PScal
If you switch the option byte DUALBANK to 0 single-bank mode and try to access to an address which is normally supposed to be in bank 2, you will have an hardfault.
Q: That would mean switching on the single bank mode of a 2MB device, I can only used 1MB of the first bank?
R: yes
Regards
DianeP
2023-04-27 06:01 AM
Hi @PScal
If you switch the option byte DUALBANK to 0 single-bank mode and try to access to an address which is normally supposed to be in bank 2, you will have an hardfault.
Q: That would mean switching on the single bank mode of a 2MB device, I can only used 1MB of the first bank?
R: yes
Regards
DianeP
2023-04-27 06:06 AM
Thanks for the great and fast answer: @DianeP