FRDM-K64F SPI1 Configuration with PE

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

FRDM-K64F SPI1 Configuration with PE

跳至解决方案
845 次查看
audi_mcavoy
Contributor IV

Using PE, I have added a KSDK fsl_spi component to my FRDM-K64F based project.  I can see from the schematic that I should configure the SPI pins as follows. . .

 

CS - PTD4 (J6 pin 4)

SCK - PTD5 (J6 pin 5)

MOSI - PTD6 (J6 pin 6)

MISO - PTD7 (J6 pin 7)


The MK64FN1M0VLL12 has three SPI ports available, and again from the schematic I see that only SPI1 can be configured to use this pin arrangement.


Here's where the fun begins.  PE allows me to select J6_4 for the select and J6_5 for the clock; but, it will not allow me to select anything for the data pins.


22437_22437.pngspi1.png


There are no options available in the drop-down boxes (other than <Automatic>).

 

I am at a loss.  I have attached my project to this post.  Anyone have any suggestions?

Original Attachment has been moved to: SPI1.zip

标签 (1)
标记 (3)
0 项奖励
1 解答
596 次查看
adriancano
NXP Employee
NXP Employee

Hi,

Did you disable the filter for the Processor Expert projects, if not, please select the filter and check the component options you will see that only the fsl_dspi component is available to be used with the K64 device.

pastedImage_0.jpg
Hope this information can help you


Best Regards,
Adrian Sanchez Cano

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
2 回复数
596 次查看
audi_mcavoy
Contributor IV

Thank you!  I appreciate the help.

- Audi

0 项奖励
597 次查看
adriancano
NXP Employee
NXP Employee

Hi,

Did you disable the filter for the Processor Expert projects, if not, please select the filter and check the component options you will see that only the fsl_dspi component is available to be used with the K64 device.

pastedImage_0.jpg
Hope this information can help you


Best Regards,
Adrian Sanchez Cano

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励