Questions about programming parts (FPGAs, Flash, etc.) Many software programming questions should be asked instead on Stack Overflow.
14
votes
5answers
2k views
Survey of High-Level Language Interpreters/Compilers for Microcontrollers
I would like to generate a list of high-level language interpreters and compilers (e.g. something that compiles LISP to C code) for microcontrollers.
I've done a bit of research so far that I will ...
0
votes
4answers
131 views
How do I get started with PIC programming? [closed]
So I opened up a big bucket o' worms asking this question. Two of the answers mentioned that instead of using a 555, a PIC10F200 or PIC12F675 may do the trick.
Now, I've been spoiled with Arduino's ...
6
votes
8answers
2k views
Embedded C programming material
I am looking for some material (books/sites) related to embedded system programming in C language.
Here in the lab we have available three plataforms: one Microchip PIC18f4550, one Freescale HC12 and ...
13
votes
10answers
2k views
Programming languages for electronics engineers
I am an Electronics and Communications Engineering student, before I got to college, I have been interested in programming and computer applications. I had focused on designing Windows applications ...
3
votes
3answers
2k views
How to start embedded Programming? [duplicate]
Possible Duplicate:
How to become an embedded software developer?
I am really a new bie and have some idea about embedded C. I want to program embedded devices using my computer and even ...
4
votes
4answers
1k views
What causes turning ON an single output pin on a Microchip PIC16F690 to spontaneously turn OFF another pin on the same port?
What causes turning ON an single output pin on a Microchip PIC16F690 to spontaneously turn OFF another pin on the same port? I can work around this problem by writing a byte to the entire port, ...
4
votes
2answers
3k views
C/C++/C# programming for interfacing USB to PIC microcontroller
I am a computer sciences student looking to do some PIC microcontroller programming for some small home projects . I am fluent in C/C++/C#/Java and i also have an understanding of programming ...
4
votes
2answers
2k views
Which programming languages are supported to program Arduino?
I would like to start to play with Arduino.
I've read that C and C++ are the official languages but I've also found other way to communicate using Python or Java for example.
Which programming ...
2
votes
4answers
955 views
Simplest way to upload sketches onto “hackduino” without having a arduino duemilanove
Update: The ATmega came bootloaded with the arduino software is that can simplify anything
I have this board:
I'm looking for a bone-simple way to upload sketches.
Ideally without buying ...
-1
votes
2answers
71 views
How to get data from S-record file [closed]
Please tell me something about the S-record file format and how we can get data from it.
The first S1 record is comprised as follows:
• S1 S-record type S1, indicating it is a data record to be ...
5
votes
1answer
769 views
Why does my ATtiny13 report wrong device ID?
I am using an Arduino (with ATmega168) as an ISP programmer to program ATtiny13. When I try to do this, avrdude reports:
...
4
votes
3answers
117 views
ICD3err0045 - PIC16F819 Programming
After posting: Programming/Debugging with ICD3 and PIC16F819-I/P
I'm still getting the MPLAB error:
ICD3Err0045 - You must connect a target device to use MPLAB ICD 3
My Setup (pinout and wireup):
...
2
votes
1answer
180 views
Problem with while loop
I am trying to read external ADC AD7798 values using ATmega32-A controller. In the datasheet, Status register Bit 7 (SR7) indicates the conversion is finished or ...
2
votes
1answer
301 views
How do you get a program onto an eZdsp board?
I'm using an eZdsp board which has a TMS320f2812 chip on it. The board has a parallel port on it which is used to program it. I'm experienced with software but not at using microcontrollers or DSPs ...
1
vote
1answer
192 views
Programming/Debugging with ICD3 and PIC16F819-I/P
ICD3 passes internal test with MPLAB IDE using the Test Interface Module
PIC16F819-I/P supports ICSP and In-Circuit debugging source.
ICD3 pinout is as follows (source):
...