sd card activate using interrupt

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

sd card activate using interrupt

ソリューションへジャンプ
2,556件の閲覧回数
Teja114
Contributor III

Hi there,

I'am using SPI protocol for SD card communication , now i have to implement protocol using interrupt mean when slave detect then only spi should works because iam using bare metal programming , when sd card absent that should not have to stop the remaining tasks.

Thanks in advance ..

0 件の賞賛
返信
1 解決策
2,510件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Please refer to the SDK LPSPI driver.

You can start with the lpspi_transfer_s32k142 SDK example that you can find in the S32 Design Studio.

 

Regards,

Daniel

元の投稿で解決策を見る

3 返答(返信)
2,533件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

I'm afraid this is too application-dependent.

And the description is not very clear.

 

BR, Daniel

0 件の賞賛
返信
2,532件の閲覧回数
Teja114
Contributor III

Hi @danielmartynek ,

I want to write LPSPI code with interrupt method for S32k142 device .

currently iam using polling method.

can you please guide us how to write LPSPI driver using interrupt method

0 件の賞賛
返信
2,511件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Please refer to the SDK LPSPI driver.

You can start with the lpspi_transfer_s32k142 SDK example that you can find in the S32 Design Studio.

 

Regards,

Daniel