• Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • C++ code can't run to main function
    In RVMDK3.05, I use simulator to debug C++ code, but it can't run to main function. (Select LPC2292 in "Options for Target" dialog when creating project) Sample code in test1.cpp as following: ...