2020-01-07 12:48 AM
I'm layout a SDRAM to STM32F767. For convenience to layout the tracks, I want to rearrange the address and BAx lines as above. I've never done SDRAM with STM32, so I wonder if it will work well to do this?
Thanks.
Solved! Go to Solution.
2020-01-07 05:53 AM
Not going to work.
As JW has noted, commands won't work. This might perhaps be solved by likewise rearranging the bits in the command word.
Moreover, rearranging the address bits would make your memory non-contiguous and partially inaccessible. Note that the column address doesn't use A11-A12.
Swapping the banks could work.
2020-01-07 02:03 AM
Look at how the SDRAM works, concentrate on the commands.
JW
2020-01-07 05:53 AM
Not going to work.
As JW has noted, commands won't work. This might perhaps be solved by likewise rearranging the bits in the command word.
Moreover, rearranging the address bits would make your memory non-contiguous and partially inaccessible. Note that the column address doesn't use A11-A12.
Swapping the banks could work.