Content originally posted in LPCWare by mathseng on Tue Aug 13 03:56:29 MST 2013
Thanks Takashi.
Like others, I have the LPCXpresso LPC1347, and wanted working code to ensure that I had a good base to carry on from.
A member of our team has the LPC1343 board, and had no problems with the sample, and I was frustrated that the Simple Demo (along with other more complex projects), did not work.
My approach was to determine what was done for this really simple port to work, get concrete actions/processes, then abstract from that.
My result is that I have now a working LPC1347 version of the Simple Demo, and am now experimenting with the operation of FreeRTOS to make a base for our application. I also have a much better understanding of the chip and the IDE process.
For those who would like my version, which they can compare with the IDE base code and the LPC1343 demo code, attached is FreeRTOS-simple-demo-for-LPCXpresso-LPC1347.zip - this complies with the documentation "FR-191-AN-RB-003i2-[A simple FreeRTOS demo for the LPCXpresso].pdf"
Bill.