ATMEGA128 FCD file

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
jakazugelj
Posts: 4
Joined: Fri Feb 22, 2008 3:53 am

ATMEGA128 FCD file

Post by jakazugelj »

Hello.

Does anybody have fcd file for atmega128 ?
I'm trying to make one based on atmega162 fcd file and have managed to
edit pinout and device info, ports, masks and adcpins, but now i'm stuck at code.

Your help would be much appreciated.
I'm sorry if my english is bad, i'm from Slovenia.

Sean
Valued Contributor
Valued Contributor
Posts: 548
Joined: Tue Jun 26, 2007 11:23 am
Has thanked: 6 times
Been thanked: 44 times

Re: ATMEGA128 FCD file

Post by Sean »

Hello,

If you want to post a copy of your .fcd file, and a list of the problems you are having with it, I will try to complete it for you.

jakazugelj
Posts: 4
Joined: Fri Feb 22, 2008 3:53 am

Re: ATMEGA128 FCD file

Post by jakazugelj »

Thank you Sean, that would be wonderful.

The file is
ATMEGA128.fcd
(6.92 KiB) Downloaded 406 times
,
please tell me if i made any mistakes so far?

I've edited it up to Code segment.

Best regards Jaka Zugelj.

Sean
Valued Contributor
Valued Contributor
Posts: 548
Joined: Tue Jun 26, 2007 11:23 am
Has thanked: 6 times
Been thanked: 44 times

Re: ATMEGA128 FCD file

Post by Sean »

Hello Jaka,

Good work!

I have modified the remainder of the fcd file and successfully compiled some simple programs.

Some of the components currently fail to compile because register names are not compatible with the smaller devices, or because the ports above D are not fully supported at this time. This is not the fault of the fcd file.

If you can let me know of any components that are causing problems I will try to write some updated versions - RS232 does not compile yet.

Inputs, Outputs, ACD, PWM, Interrupts all compile correctly. LCD compiled when configured for ports A to D.

We don't currently have the hardware to perform device tests.
ATMEGA128.fcd
(9.21 KiB) Downloaded 386 times

jakazugelj
Posts: 4
Joined: Fri Feb 22, 2008 3:53 am

Re: ATMEGA128 FCD file

Post by jakazugelj »

Hi Sean,

thank you very much for your efford. I'm in the middle of
hardware development (it 'll be a digital stopwatch with rs232 result transmition).
Once it's finished i'll post my results here.
But right now progress is slow because of exams.

Best regards, Jaka Zugelj.

Post Reply