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

AT91M42800 Example

Hi,

I just started using the Keil software and want to use it to simulate the AT91M42800 microcontroller. Can anyone give me an example program/project using that CPU? The program can be very simple; I just need it to get started using that chip.

Thank You!

Parents
  • Do you have an evaluation board?

    Have you tried the Atmel site?

    My advice for the 8051 tools is always to read the uVision Getting Started guide, and work through the example projects in it - have you tried that with your ARM version of the uVision Getting Started guide?

    Also, with the 8051 tools, you get a whole bundle of example projects in the examples folder in the installation - perhaps there's the same for ARMs?

Reply
  • Do you have an evaluation board?

    Have you tried the Atmel site?

    My advice for the 8051 tools is always to read the uVision Getting Started guide, and work through the example projects in it - have you tried that with your ARM version of the uVision Getting Started guide?

    Also, with the 8051 tools, you get a whole bundle of example projects in the examples folder in the installation - perhaps there's the same for ARMs?

Children
  • Take a look to the examples that are provided in the folder:

    Keil\ARM\GNU\Boards\Atmel\EB40A

    This example is for the AT91M40xxx, but should also work for the AT91M42800A.

    Other program examples for the Atmel series can be found in the folder:
    Keil\ARM\GNU\Examples.

    You can change to the AT91M42800A device from in the Project - Options - Device dialog.

  • Hi

    No, i don't have an evaluation board. I need a sample program for that particular chip, so i can pursue with my project using this software.

    I saw those examples, but they were for different Atmel chips, and none are for the AT91M42800 chip. I need one for that chip.

    Thank You!