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
解決済! 解決策の投稿を見る。
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!
----------------------------------------------------------------------------------------------------------------------------------------
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!
----------------------------------------------------------------------------------------------------------------------------------------