Porting LPC1343 FreeRTOS to LPC1347

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

Porting LPC1343 FreeRTOS to LPC1347

569 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bice988 on Thu Nov 22 05:59:49 MST 2012
Hy,

Currently I use FreeRTOS on LPC1343 and now I want to migrate to LPC1347.
Is it possible to just change include LPC13xx.h with LPC13Uxx.h ?
Labels (1)
0 Kudos
1 Reply

518 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Paul on Thu Nov 29 07:45:20 MST 2012
Hello
The LPC1347 uses a new USB peripheral and is not compatible with the USB peripheral in the LPC1343.
In order to migrate to the LPC1347 you will need to change the header file, as well as the USB code.
You can download code examples for the LPC1347 from http://www.lpcware.com/gfiles/devper/lpc13xx
Regards
Paul
0 Kudos