Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GNU/Linux Microcontroller Programming???

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Guest

GNU/Linux Microcontroller Programming???

#1 Post by Guest »

Hi
I was wondering if anyone knows of any microcontrollers that have decent support in linux - totally open source if possible... I would love to use emacs, gcc, etc to program something along the lines of a PIC18F452...

Thanks!
Ken

Mike J

#2 Post by Mike J »

Ken, have you ever seen these?

http://sourceforge.net/projects/gputils

http://sourceforge.net/projects/gpsim

gputils contains a compiler, assembler and linker for Microchip PIC microcontrollers and gpsim is a GNU PIC Simulator. Both are GPL licensed. We use them in our final design project for EE at the University of Alberta. I have found these manuals to be quite useful:

http://www.ece.ualberta.ca/~ee401/resou ... putils.pdf

http://www.ece.ualberta.ca/~ee401/resou ... /gpsim.pdf

Hope that's helpful,
Mike

User avatar
sci-3d
Posts: 1
Joined: 2006-08-24 06:13

8051 Microcontroller and SDCC - Gnu GPL C Compiler

#3 Post by sci-3d »

Hi,

I just started learning C Programming with 8051.
I use P89V51RD2 from Philips.
And I program with SDCC - Gnu GPL (opensource) C Compiler (homepage).
It also supports Microchip PIC16 and PIC18 series.
Primary targets supported platform are Linux and Windows.

If you are interested in, please visit my homepage:

http://mcu-programming.blogspot.com/index.html

P.S. I have free source code for download.
Last edited by sci-3d on 2007-01-10 10:14, edited 1 time in total.
Microcontroller Programming:
http://mcu-programming.blogspot.com
uC - News, Resources and Tutorials

peterrus
Posts: 8
Joined: 2006-08-20 15:55
Location: In my bunker.

#4 Post by peterrus »

i use the 16f628a for example and would also like to know if i can do something with it on linux, i already have a python script (xwisp) to program my pic's but i dont know if there are any good compilers and stuff for this picmicro, and others. right now i can only program in picbasic, but thats really closed source so i would like to learn new programming languages, no assembly though, and C isnt for the 16x series
I can read you email, though i have no idea how i did it.

Post Reply