imx23 spi flash boot -- chip select

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx23 spi flash boot -- chip select

Jump to solution
1,079 Views
amanian
Contributor I

I am looking to boot imx23 from a SPI NOR flash connected to spi2 bus. Does any one know what chip select the rom bootloader will use while talking to spi2 flash. The IMX23RM manual seems to be silent on this issue.

Labels (1)
0 Kudos
1 Solution
689 Views
Yuri
NXP Employee
NXP Employee

According to Table 21-1 (SSP Pin Matrix) of the i.MX23 Reference Manual,

SSP_DATA3 is Slave Select 0 - it is used for boot. Please refer to i.MX23 EVK scheme,

where SSP1_DATA3 (SPI1_SS0) is applied. 

View solution in original post

0 Kudos
3 Replies
690 Views
Yuri
NXP Employee
NXP Employee

According to Table 21-1 (SSP Pin Matrix) of the i.MX23 Reference Manual,

SSP_DATA3 is Slave Select 0 - it is used for boot. Please refer to i.MX23 EVK scheme,

where SSP1_DATA3 (SPI1_SS0) is applied. 

0 Kudos
689 Views
amanian
Contributor I

Thank you for the info. So for both spi1 & spi2 boot mode the chip select is SSn0.

Right?

689 Views
Yuri
NXP Employee
NXP Employee

Correct.