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

making start-up file

Hi.
I want to find special software to make start up file .
Is existenc any program to automaticlly make start up file?
and after that I want to know Is tere any refrence or user manual for start up ?

Parents
  • No there isn't any program that can do that automatically as everything is dependant on chip used so each chip has its specifics for clocking and memory settings and ...
    There are a lot of examples under Keil\ARM\Boards where you installed MDK and every example has a startup so you can use them for reference or analyze them.

Reply
  • No there isn't any program that can do that automatically as everything is dependant on chip used so each chip has its specifics for clocking and memory settings and ...
    There are a lot of examples under Keil\ARM\Boards where you installed MDK and every example has a startup so you can use them for reference or analyze them.

Children
  • Not only the chip used but, more importantly, the application in which it is used - including both the specific target hardware and the specific requirements of the software application.

    There are loads of chips but, for each chip, there is an (almost) infinite number of applications!

    If you want to avoid all this, look for ready-made boards that come with a Board Support Package (BSP)...