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

help on initialization file (*.ini)

hi
where to get help about initialization (*.ini) files?
how to start?

Parents Reply Children
  • i have an example project downloaded from net for lpc3250. in target option under debug tab RAM.ini file is linked. without this file control is not entering to main. In lpc2468 without ini file we can debug/program. but here in lpc3250 some problem is there. this is what my confusion. sample file is

    /***RAM.ini***/

    FUNC void Setup (void) {
    // <o> Program Entry Point PC = 0x08000000;
    } Setup(); // Setup for Running