MQX 4.2 & SPI driver for SPI3 module

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

MQX 4.2 & SPI driver for SPI3 module

1,533 次查看
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,358 次查看
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 项奖励
回复