This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PROBLEM IN STRTUP.S

i am having a board of lpc 2129 controller.i am using keil uvision as the software. i cant compile asembly programs using keil.ann error occured in starup.s.kindly give me any suggessions

  • "kindly give me any suggessions"

    What useful suggestions do you expect when you don't even say what error you get?!

    Read the error message - it is there to tell you what the problem is!
    Look it up in the Manual
    Look at your code, and think about what you need to do to correct the error that it's telling you;

    eg, if it says "X is undefined", then you need to provide a definition for X, don't you?