Question for users of Olimex SAM7-EX256 board

I’ve been looking for an ARM development board that supports Ethernet. The Olimex SAM7-EX256 looks great and I was about to purchase one when I noticed that it comes with no documentation. Since this is my first step into the ARM world after several years of AVR work, I’m now wondering if maybe I shouldn’t go with the Atmel AT91SAM7X-EK board. It’s more than twice the cost but at least has a User’s Guide. For those of you with the Olimex board, did you find that the lack of documentation caused any problems getting started with it? Any other suggestions for someone just getting started with ARM? Eventually, I’ll be designing my own boards but until I get familiar with working with ARM, I’d like to work with an off-the-shelf unit.

Thanks,

Dave

I had the same thoughts as you when I bought my SAM7S256 header board. I know it is not nearly as sophisticated as the SAM7-EX256 but as far as the board is concerned the schematic says it all, and you should be ok as long as you download the datasheet from Atmel.

dharper:
I’ve been looking for an ARM development board that supports Ethernet. The Olimex SAM7-EX256 looks great and I was about to purchase one when I noticed that it comes with no documentation. Since this is my first step into the ARM world after several years of AVR work, I’m now wondering if maybe I shouldn’t go with the Atmel AT91SAM7X-EK board. It’s more than twice the cost but at least has a User’s Guide. For those of you with the Olimex board, did you find that the lack of documentation caused any problems getting started with it? Any other suggestions for someone just getting started with ARM? Eventually, I’ll be designing my own boards but until I get familiar with working with ARM, I’d like to work with an off-the-shelf unit.

Thanks,

Dave

dharper,

I agree with you. There is a serious lack of documentation for this dev. board. I recently purchased this board and now i’m wondering if i should i have went for the AT91SAM7X-EK simply because more people use it and there is more support for it.

Sure yeah, the SAM7-EX256 is packed with lots of features and peripherals but atm i’m stuck trying to find a way to communicate to the serial port. But i have to admit i’m a newbie to ARM development. In fact i’ve had relatively little experience with mirocontrollers in general. The only experience i’ve had is doing some simple assembler programming with the motorola 68HC11 in one of my university subjects.

dharper:
I’ve been looking for an ARM development board that supports Ethernet. The Olimex SAM7-EX256 looks great and I was about to purchase one when I noticed that it comes with no documentation. Since this is my first step into the ARM world after several years of AVR work, I’m now wondering if maybe I shouldn’t go with the Atmel AT91SAM7X-EK board. It’s more than twice the cost but at least has a User’s Guide. For those of you with the Olimex board, did you find that the lack of documentation caused any problems getting started with it? Any other suggestions for someone just getting started with ARM? Eventually, I’ll be designing my own boards but until I get familiar with working with ARM, I’d like to work with an off-the-shelf unit.

Thanks,

Dave

If you can afford it, I strongly recommend getting the official Atmel dev board - there is a plethora of code available for it which will really help you get started.

Thanks to all that responded - it was some good input. I suspect that I will go with the Atmel board for now. If I end up needing a second board at some time, then I’ll probably get the Olimex. By that time I should be pretty familiar with the ARM architecture so the documentation will be less of an issue. Thanks again!

Dave