Questions about programming parts (FPGAs, Flash, etc.) Many software programming questions should be asked instead on Stack Overflow.
4
votes
3answers
482 views
pic 32 starterkit i/o
I just bought a pic 32 starter kit, and since I did little reading before I picked up the product I found that it came with no simple way of accessing the pic32's input and output. I know there is a ...
1
vote
1answer
142 views
Unresolved symbols building a code composer 3 project in code composer 4
I downloaded a program from texas instruments, PMSM3-2, which is made for code composer studio 3. I only have code composer 4, when attempting to build it I get the errors:
...
2
votes
1answer
334 views
XDS510PP-PLUS JTAG Emulator on windows 7
I'm trying to use a spectrum digital XDS510PP parallel port to jtag emulator to program an ezdsp board. It's not working and I don't see any problem except that it only supports up windows XP. Is it ...
2
votes
1answer
304 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 ...
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
311 views
iPhone programmable caps
Anyone have any details on how to make a programmable capacitor? Is it some fancy op amp trick?
EDIT: I suppose I should be more clear. The new iPhone 4 is having severe antenna problems, because ...
9
votes
5answers
6k views
ATTiny13 — avr-gcc Hello World uses over 100 bytes?
I'm trying to write a program for the ATTiny13. My problem is that it has huge size constraints. Well, when making my first Hello World program, it took 100 bytes of program space just to make a light ...
2
votes
6answers
2k views
How do you develop software for the Arduino?
Is the main way of programming the Arduino's Atmel MCU thru a Visual Programming environment such as Max/MSP? Or do you have to write typical C code?
What are the different ways available?
22
votes
5answers
2k views
Programming microcontrollers: JTAG, SPI, USB oh my!?
I've noticed, with regards to microcontrollers, there are several way to program them. I am sorta familiar with USB as my Arduino's can be programmed via USB.
What is a JTAG or SPI interface?
...
8
votes
3answers
4k views