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

Hardware Design Reference on ARM processor

Does anybody in this forum know where
I can find a general design reference
(schematic level) for a basic ARM7 micro (from any vendor) so that I can use
to start out hardware design. Unlike 8051 based processor, I can not find an ARM spec
sheet that includes schematic.


Thanks in advance,


JIMMY

Parents
  • Unlike an 8051, and ARM is not a physical chip that you can go out and buy. It's just a bunch of designs that chipmakers can license to build into their products.

    Therefore, to start designing, you are going to have to identify a specific product from a specific vendor.
    Having done that, you will be able to obtain the necessary support from the vendor's website.

    The best way to proceed would be to buy a devkit for your chosen chip - schematics will be included in the kit.

    Keil has two right here on this very site:
    http://www.keil.com/mcb2100/
    http://www.keil.com/mcb2130/

Reply
  • Unlike an 8051, and ARM is not a physical chip that you can go out and buy. It's just a bunch of designs that chipmakers can license to build into their products.

    Therefore, to start designing, you are going to have to identify a specific product from a specific vendor.
    Having done that, you will be able to obtain the necessary support from the vendor's website.

    The best way to proceed would be to buy a devkit for your chosen chip - schematics will be included in the kit.

    Keil has two right here on this very site:
    http://www.keil.com/mcb2100/
    http://www.keil.com/mcb2130/

Children