Announcement of om644p (mega644p device from Oak Micros)

This forum is for posts that might be considered off-topic but that may be useful or interesting to members. Examples include posts about electronics or programming in general, other microcontrollers or interesting devices, useful websites, etc.
Post Reply
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Announcement of om644p (mega644p device from Oak Micros)

Post by mikep »

Oak Micros announced today the om644p integrated microcontroller based on the Atmel ATmega644p. It uses the same hardware platform as the successful Oak Micros ZX-24pe and ZX-24ne. The software download package and documentation was also updated for the ATmega128-based om128.

A key design feature of the om644p is that the ATmega644p is packaged on a compact carrier board that is socketable using a 40-pin DIL style package with pins spaced 0.1” apart. This pin spacing allows the device to be on breadboards and in other thru-hole applications. Here is a feature summary of the om644p device:
  • ATmega644p with 14.7456 MHz crystal. A 16 MHz crystal is optional.
  • 32 I/O pins in a 0.1” DIL format (provides access to ports A, B, C, and D of the ATmega644p).
  • Compact size (2” x 0.7”) for the supplied functionality.
  • A RS232 transceiver that provides true RS232 voltage levels on USART0.
  • A miniature slide switch that allows the user to choose the voltage levels for serial channel 1 between RS232 levels (± 15V) on pins 1 and 2 versus logic levels (0V-5V) on pins 19 and 20.
  • 5V regulator rated up to 100mA and green power indicator LED.
  • Green and red active low monitoring LEDs connected to I/O pins 5 and 7 on port D.
  • Ability to add PDIP-8 SPI EEPROM, FRAM or Flash memory.
The Oak Micros devices are preloaded with a small bootstrap loader. Windows download software can be used to initiate program and EEPROM downloads from the host PC. One advantage over similar devices is that the download can be initiated from the host PC without requiring any intervention from the user such as jumpering I/O pins. While it is not necessary to use the provided bootstrap loader, it does make it very easy to get started without requiring an AVR device programmer.

The software install package for the Oak Micros devices also includes two example programs. The first is a hello world style application that flashes the built-in LEDs and the second shows how to use the extended RAM capabilities provided by the 64K RAM daughterboard of the om128. The source code is fully commented and is easy to follow, even for a novice. The software package also includes the binary and source code for the bootstrap loader. Significant updates to the latest software package include:
  • Support of both om128 and om644p devices.
  • Ability to query the device type, boot loader version and lock bits.
  • Automatic detection of the download baud rate (thanks Spamian).
  • Boot loader self-updating facility.
More information about Oak Micros' products and a free download of the Oak Micros software package and documentation is available at http://oakmicros.com. The single unit pricing of the om644p is $49.95 and the om128 is $59.95. Volume pricing is available.
Last edited by mikep on 21 May 2008, 8:38 AM, edited 1 time in total.
Mike Perks
spamiam
Posts: 739
Joined: 13 November 2005, 6:39 AM

Re: Announcement of om644p (mega644p device from Oak Micros)

Post by spamiam »

mikep wrote:Oak Micros announced today the om644p.
Here is a feature summary of the om644p device:
  • ATmega128 with 14.7456 MHz crystal. A 16 MHz crystal is optional.
It is a ATMega644P, not the ATMega128, for this particular device, right?

-Tony
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Re: Announcement of om644p (mega644p device from Oak Micros)

Post by mikep »

spamiam wrote:It is a ATMega644P, not the ATMega128, for this particular device, right?
Yes - good catch. It is correct in all of the other web pages except this one forum append.
Mike Perks
Post Reply