Several files are mission while trying to compile OpenLPC version 1.3

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

Several files are mission while trying to compile OpenLPC version 1.3

1,829 次查看
bslava
Contributor II

Hello.

I donloaded OpenLPC version 1.3 and tried to compile a project that uses filesystems. Unfortunately several files were missing. For example diskio.c contains several includes:

#include "usbdisk.h" /* Example: USB drive control /
#include "atadrive.h" /
Example: ATA drive control /
#include "sdcard.h" /
Example: MMC/SDC contorl */

But I cannot find these files. Please help.

Thanks,
Slava

0 项奖励
回复
3 回复数

1,560 次查看
soledad
NXP Employee
NXP Employee

Hi,

Please check the following thread, I hoe this helps!

USB mass storage with SD card 


Have a great day,
Sol

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

0 项奖励
回复

1,560 次查看
converse
Senior Contributor V

What's wrong with lpcopen v2.x?

LPCOpen Libraries and Examples|NXP 

0 项奖励
回复

1,560 次查看
bslava
Contributor II

Hi Con Verse,

Thanks for reply. Nothing is wrong with 2.x. I started from sw supplied with an evaluation card. It is based on lpcopen v1.2. The structure of this sw is absolutely clear. It cosists of two parts Software and Applications. I did not understand why in some cases Software part depends on Applications, but this is another question. So, I tried to understand how to port it to lpcopen v2.x, but I do not understand the structure of this sw. It seems to me it contains a big amount of applications and I do not see where the core part is. What will you do if you have to port the mentioned evaluation board's software from 1.2 to 2.x? In general my main goal is to create a card based on lpc1837 with two USB HS Device endpoints which have "simultaneous" access to SSD card.

Thanks,

Slava

0 项奖励
回复