nxpUSBlib for LPC1343

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

nxpUSBlib for LPC1343

696 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tungsys on Mon Mar 05 23:31:04 MST 2012
Hi,

Is there any reason that nxpUSBlib is not implemented for LPC1343 ?
I got some problem with Keil USB stack on LPC1343 and want to try nxpUSBlib
But this library is ported for most of NXP MCU, except LPC1343 :(

Thanks
Labels (1)
0 Kudos
3 Replies

623 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by drs on Wed Mar 07 11:16:11 MST 2012
Chances are the release mode was never tested. You may want to compare the compiler and linker switches of the two modes to see if there is a glaring issue that might cause this. If you can't find it then a good strategy would be to start with the debug mode and change it (optimization, debug level, etc) to attain a release mode configuration.
0 Kudos

623 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tungsys on Tue Mar 06 20:13:40 MST 2012
Hi,

I am using USB CDC example for LPC1343 (on LPCXpresso IDE)
But this sample only can work in Debug mode, it does not work in Release mode.
After I build in Release mode, my PC cannot recognize USB CDC device due to some enumeration error !
0 Kudos

623 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nxpUSBlib team on Tue Mar 06 00:04:04 MST 2012
Adding support for the LPC1343 is on the list of things to do but is not planned for the foreseeable future. There is a LUFA port onto this part here: https://github.com/kevinmehall/LUFA-LPC13xx that you may want to take a look at.

What problem are you having with the Keil stack on this part?
0 Kudos