usb_dev_msd_cdc example problems

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

usb_dev_msd_cdc example problems

跳至解决方案
982 次查看
gionny
Contributor II

Hi,

I have tried to compile dev_msd_cdc_twrk64f120m_mqx project.

I use KDS 3.0.0 and KSDK 1.2.0

 

With RAM disk it's all ok

#define RAM_DISK_APP            (1)

#define SD_CARD_APP             (0)

 

but if I need to use SDcard

#define RAM_DISK_APP            (0)

#define SD_CARD_APP             (1)

 

I have many compiler errors

 

Is there a working-version ?

 

Best regards,

Gionatha

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
719 次查看
isaacavila
NXP Employee
NXP Employee

Hello Gionatha,

SD application requieres to add some function related to SD functionality.

I made a MSD + HID application based on FRDM-K64F's HID+AUDIO example, you can consult this post, (I did test this example using SD functionality and It worked well): USB Composite HID-MSD device does not start

I hope this can help you,

Best Regards,

Isaac

----------------------------------------------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
720 次查看
isaacavila
NXP Employee
NXP Employee

Hello Gionatha,

SD application requieres to add some function related to SD functionality.

I made a MSD + HID application based on FRDM-K64F's HID+AUDIO example, you can consult this post, (I did test this example using SD functionality and It worked well): USB Composite HID-MSD device does not start

I hope this can help you,

Best Regards,

Isaac

----------------------------------------------------------------------------------------------------------------------------------------

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

----------------------------------------------------------------------------------------------------------------------------------------

0 项奖励
回复