Problem with add c files to project with start.s file

Can anyone say me please . Why when i add C file to project created im MDK lite ARM micro vision .LPC2378 NXP Phillips board, code starting run from c file. Code ignore LPC2300.s bootloader file and start from not relevant place - c source file. If it is a bug or i need change something in setting??
Thanks

Parents
  • More likely a failure to create the project properly, and have the right segment/section directives in the startup.s to place the vectors correctly.

    You might care to review your .MAP file and a) confirm that startup.o is included by the linker, and b) at what address the code it contributes has been placed.

    You might want to review some other working examples for your cpu or board, and review the code there and the options/settings in the metadata of the project.

Reply
  • More likely a failure to create the project properly, and have the right segment/section directives in the startup.s to place the vectors correctly.

    You might care to review your .MAP file and a) confirm that startup.o is included by the linker, and b) at what address the code it contributes has been placed.

    You might want to review some other working examples for your cpu or board, and review the code there and the options/settings in the metadata of the project.

Children
More questions in this forum