Initialize problems AVR

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
Blooddy
Posts: 2
Joined: Fri Mar 04, 2011 12:57 pm
Has thanked: 1 time

Initialize problems AVR

Post by Blooddy »

Hello

To get directly to the point.
I have a E-block set from AVR. it has a ATMEGA324P.
All my boards are working except the communication boards.

The board I have and don't work are:
- CAN bus board (Works)
- Internet board
- IR-IrDA transceiver board
- RS232 board
- USB 232 board

The programs I have are official programs to test the module.
When the program is uploaded the program always is stuck at the Initialize from the specific board.

I found out that i have to patch the modules to get them work / worked whit the CAN bus board

Already thanks for your help

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Initialize problems AVR

Post by Benj »

Hello,

Here is a list of function registers for the AVR devices which should help to get up and running with the devices.
http://www.matrixmultimedia.com/mmforum ... =11&t=4160

Post Reply