IAR LPC2148 USB Mass Storage help

Hi,

I am trying to get the IAR Mass Storage example running for the

LPC2148 on a Olimex board. I have the IAR compiler. I get compiler errors equiring ABT_STACK defined, and I can’t get past this yet.

Seems to be required in lnkarm.xcl. Did this example ever work for

anyone?

I would like to know if it could read a FAT 16 formatted card through

the USB as well, that I am writing to from the LPC already…

Any IAR examples similar would be great too.

Thanks alot,

Steve

You use quite new product, I think any have such that your hardware.

The datasheet you should focus on.

I’ve the mass storage working on the lpc2148. I don’t think the problem lies with software, but more with compiler. I previous had some problems with compiler itself. Where the compiler had some problems with project files. Eventhough this might seem strange it might be usefull to try to re-install the compiler.

I have since found a different mass storage example that I downloaded long ago. This one works fine as is and compiled fine.

Thanks,

Steve