PDA

View Full Version : Intel Hex Files



Colin
14-12-2009, 09:01 PM
Hi there, just wondering if anyone knows if Delphi or Lazarus has options or the ability to output Intel formatted hex files?

noeska
14-12-2009, 09:09 PM
? can you provide some more info ?

Colin
14-12-2009, 09:19 PM
Hi, sure can.

http://en.wikipedia.org/wiki/Intel_HEX

JSoftware
14-12-2009, 09:33 PM
It can't at the moment, unless you compiler for ARM-embedded. In that case, the compiler simply calls binutils' objcopy to convert a elf file to a ihex file

Colin
14-12-2009, 09:46 PM
damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ :D thanks anyways.

paul_nicholls
14-12-2009, 10:48 PM
damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ :D thanks anyways.


Seems very nice...pity I don't program 8051 chips! LOL

It almost makes me want to though... haha
cheers,
Paul

jdarling
15-12-2009, 04:31 PM
damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ :D thanks anyways.


Actually, no there isn't an Atmel AVR compiler for FPC (yet). Many of us have expressed interest, but none of us have taken up the gauntlet to actually create on :(. I started working on it, but then realized it would be easier to simply build a pascal compiler for the AVR's then to bootstrap/edit FPC :(

- Jeremy

PS: What you doing with AVR's, love working with them :)

JSoftware
15-12-2009, 04:37 PM
damn... ok i'm looking to flash some atmel atmega's but coding in pascal rather than ASM or C.....


EDIT.. nm i found exactly what i'm looking for... http://turbo51.com/ :D thanks anyways.


Actually, no there isn't an Atmel AVR compiler for FPC (yet). Many of us have expressed interest, but none of us have taken up the gauntlet to actually create on :(. I started working on it, but then realized it would be easier to simply build a pascal compiler for the AVR's then to bootstrap/edit FPC :(


It looks like fpk is working on it in the development trunk

noeska
15-12-2009, 07:03 PM
Atmel and pascal, here you go: http://www.e-lab.de/AVRco/index.html 8)

Colin
15-12-2009, 10:01 PM
PS: What you doing with AVR's, love working with them :)


mainly robotics.

jdarling
15-12-2009, 11:04 PM
PS: What you doing with AVR's, love working with them :)


mainly robotics.


I love you mang!

Actually, I use them for robotics, lighting control, and just about anything I can get my hands on to tinker with. Sure you already know, but SparkFun is having a "Freeday" (http://www.sparkfun.com/commerce/news.php?id=305) up to $100 in free product as long as you pay shipping :).

Just because I love bragging, our local makers group http://www.makekc.org/ has been having fun making a rather large laberynth table that looks like a golf course hole and uses a soccer ball as the ball. Uses a WII fit to control via an AVR (well, ok they are using an Arduino (witch I hate) but its still an AVR). Quite fun to play with.

- Jeremy

Colin
16-12-2009, 07:49 PM
do you use pascal for any of your platforms? i use c but i am very interested to use pascal :)

Brainer
16-12-2009, 08:07 PM
mikroPascal is a good way for programming microcontrollers. :) I use C, but I heard mikroPascal is good.

Colin
16-12-2009, 08:18 PM
"mikroPascal" is for picaxe only i believe. however looks good for pic tho :)

Brainer
16-12-2009, 08:23 PM
It's for ATMega, PIC and other micros as well, AFAIK.

Colin
16-12-2009, 09:05 PM
hmm looks like you are right, and it looks pretty awesome.