imx23 spi flash boot -- chip select

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx23 spi flash boot -- chip select

跳至解决方案
1,120 次查看
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.

标签 (1)
标记 (5)
0 项奖励
1 解答
730 次查看
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 项奖励
3 回复数
731 次查看
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 项奖励
730 次查看
amanian
Contributor I

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

Right?

730 次查看
Yuri
NXP Employee
NXP Employee

Correct.