usb_dev_msd_cdc example problems

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

usb_dev_msd_cdc example problems

Jump to solution
772 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
509 Views
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!

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

View solution in original post

0 Kudos
1 Reply
510 Views
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 Kudos