MK66 MCU flex bus

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

MK66 MCU flex bus

1,281 次查看
karthikas
Contributor IV

I am using  MK66FN2M0VLQ18 MCU in our customized board.

In SDK_2.0_MK66FN2M0xxx18 stack there is no example using flex bus operation. I found some flex bus driver in middle ware , but quite confusing how start with that, How can I use flex bus related API's available.

Can any one give some brief idea on this.

Thank you.,

Regards

Karthik 

标签 (1)
标记 (3)
0 项奖励
回复
4 回复数

948 次查看
cutworth
NXP Employee
NXP Employee

Hi Karthik,

There is Flexbus example in KSDK2.0 package. You can refer to boards\twrk65f180m\driver_examples\flexbus. But this will depend on which exact device you connect with Flexbus. Is it external SRAM, bus interfaced LCD or CPLD/FPGA?

Hao

948 次查看
karthikas
Contributor IV

Hai Cutworth Wang.,

I am not interfacing any memory device , I just need two 32 bit I/O lines that is why i am using flex bus . I want to read write two 32 bit lines .  

Regards 

Karthik

0 项奖励
回复

948 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Karthik,

This is my opinion, as you know that the FlexBus is used to read/write memory or memory-mapped device, the FlexBus data pins logic can not keep forever, when the memory accessing is over, the data bus logic are unknown.

If you want to read/write IO, how about using GPIO pins, the K65 has a lot of GPIO pins, for example PortA, PortB, PortC, PortD...

Hope it can help you

BR

Xiangjun Rong

948 次查看
karthikas
Contributor IV

Hai xiangjun.rong.,

Thank you so much for the reply.

Actually I forgot to mention Flex bus is interfaced with some temporary Buffer memory. I understand how to read/write through flex bus. I will clarify if any further issue arise.

Thank a lot for the help.

Regards

Karthik., 

0 项奖励
回复