Hi
This part of the documentation is a mess :smileysad:
There are 5 independent, user-programmable chip-select signals (FB_CS0 –FB_CS4)
However, the nomenclature used in the Multiplexing Control Register FB_CSPMCR refers the FB_CSn signals as if the counting started from 1 instead of 0 (FB_CS1 –FB_CS5). On the other hand the nomenclature for the Address, Mask and Control Registers goes from 0 to 4
So under this scheme the mapping is
Group 1 --> FB_CS1 --> FB_CSAR0, FB_CSMR0, FB_CSCR0
Group 2 --> FB_CS4 --> FB_CSAR3, FB_CSMR3, FB_CSCR3
Group 3 --> FB_CS5 --> FB_CSAR4, FB_CSMR4, FB_CSCR4
Group 4 --> FB_CS2 --> FB_CSAR1, FB_CSMR1, FB_CSCR1
Group 5 --> FB_CS3 --> FB_CSAR2, FB_CSMR2, FB_CSCR2