----> error: L6236E: No section matches selector - no section to be FIRST/LAST.
1. Someone please tell me what is meant by scatter file. I don't think I have problem with my code because it is a simple one, my code compiled successfully when I compiled it without selecting memory layout. After that it shows following error: L6236E: No section matches selector - no section to be FIRST/LAST.
----> No LPC2129 in Keil Version 5
2. I am using lpc2129 I could not find the details of it in Keil Version 5.
Have you worked through Keils tutorials for how to create new projects?
You have no startup code - which should be flagged as "FIRST" to make sure it gets stored at the location where the processor will jump after power-on.
Thank You Mr.Per Westermark, Now its working fine after adding the Start up file
Your welcome. It's always nice to get that initial program up and running :)