MQX 4.2 & SPI driver for SPI3 module

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

MQX 4.2 & SPI driver for SPI3 module

1,189件の閲覧回数
BlueJay
Contributor III

Hello everyone,

since SPI2 Interface is not available on VF3xx we need to use the SPI3 Interface.

Now I am looking for the SPI Driver on MQX for SPI3 module. But MQX only provides SPI Driver for SPI0, SPI1, and SPI2.

Is it correct that MQX does NOT Support SPI3 Interface ?

I need to implement the SPI Driver by myself ?

Many thanks for any clarification or hints about this issue.

Bluejay.

0 件の賞賛
返信
1 返信

1,014件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Bluejay:

Yes, you are right. No SPI3 support in current MQX package.  You need to implement it by yourself. sorry for the inconvenience that maybe cause

Please refer to the MQX_io_user_guider.pdf for more details.
Chapter 9   SPI drivers.   This chapter describes the SPI driver framwork

Maybe the following file will be involved.

io/spi/*

init_bsp.c

init_spi.c

user_config.h

Regards

Daniel

0 件の賞賛
返信