FlexIO Question: Simultaneous Peripheral Use?

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

FlexIO Question: Simultaneous Peripheral Use?

跳至解决方案
489 次查看
lsrbigfoot
Contributor III

Can a single FlexIO peripheral be used to perform 2 transactions at once?

For example, FlexIO2 pins (shifters, and timers) were allocated for two (2) separate SPI ports connected to different devices. Can FlexIO2 be configured to initiate SPI transactions on both ports simultaneously? Or must each FlexIO2 transaction happen one port at a time?

标记 (2)
0 项奖励
回复
1 解答
458 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @lsrbigfoot,

The FlexIO peripheral is not capable of preforming two transactions at once. You can definitely connect more than one device to the same SPI pins from the FlexIO, but it would have to be according to the SPI specification, where SCLK, MOSI and MISO are in a shared bus, and the CS lines are connected directly to each device.

BR,
Edwin.

在原帖中查看解决方案

0 项奖励
回复
1 回复
459 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @lsrbigfoot,

The FlexIO peripheral is not capable of preforming two transactions at once. You can definitely connect more than one device to the same SPI pins from the FlexIO, but it would have to be according to the SPI specification, where SCLK, MOSI and MISO are in a shared bus, and the CS lines are connected directly to each device.

BR,
Edwin.

0 项奖励
回复