imx23 spi flash boot -- chip select

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx23 spi flash boot -- chip select

ソリューションへジャンプ
2,008件の閲覧回数
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 解決策
1,618件の閲覧回数
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 返答(返信)
1,619件の閲覧回数
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 件の賞賛
返信
1,618件の閲覧回数
amanian
Contributor I

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

Right?

1,618件の閲覧回数
Yuri
NXP Employee
NXP Employee

Correct.