1
vote
1answer
193 views

How to intitalize data in Program Memory

Im using MPLAB IDE & C18 compiler to program Pic18f2550. I have to initialize a const string in program memory to save space in RAM how do I do it ?
0
votes
1answer
199 views

Tutorials on embedded programing using Zynq 7020 with ARM processor

Just as the question states. I have been having trouble being able to just test out the programming side of the ARM processor on the TE0720 board. I have been searching online for how to setup the ...
1
vote
2answers
205 views

How to make Arduino Duemilanove Atmega 168 store instructions and act acording to them [closed]

I'm trying to make a small car with Arduino for kids. I have connected 2 DC motors at the end of chassis and one spinning wheel which is able to rotate for 360 degrees and L293NE IC with my Arduino ...
3
votes
1answer
499 views

Problem Reading PIC18F4550 Input

Hi I am facing some problem with Reading the input from a PIC18f4550 , for a simple arrangement where when a switch on (switch = 1), few led should glow., and on releasing the switch the led should go ...
6
votes
5answers
297 views

How to know usb connection is lost

I am working with AT90USB1287 controller with USB communication to PC. I am sending some commands from PC to controller using USB communication to activate some controlled switch. I am able to change ...
2
votes
1answer
146 views

What exactly is a Flash emulator, and how does it work?

I read about a flash emulator. Can someone tell me what exactly a flash emulator is, and explain how it works? Is it synonymous with an in-circuit emulator?
0
votes
1answer
110 views

Beginner resources device design/assembly [closed]

During the summer I would love to get into electrical engineering. As background, I'm a computer scientist and as such, I have a fairly decent grasp of basic circuit design and electricity, which ...
1
vote
2answers
768 views

Sending command using USART

I am new to this kind of communication. I am able to send command from PC to AT90USB1287 microcontroller as well as able to get response using USB communication. Now i have connected another ...
6
votes
5answers
240 views

Programs resistant to hardware issues

I recall at one point reading about embedded development where the programmer took into account things like memory corruption and possibly other hardware issues. For example: If an instruction in ...
-2
votes
1answer
328 views

How can an experieced programmer get into embedded programming and robotics [duplicate]

Possible Duplicate: How to become an embedded software developer? I would like to know what is the best method to begin learning embedded programming and electronic skills? I am already ...
-1
votes
1answer
377 views

career advice embedded software development? [closed]

I am a fresh BSC electrical engineering graduate and very much interested in the software side. and i have a couple of questions for people who have some know how of embedded software development. ...
2
votes
1answer
610 views

New C++ (C++11) and embedded electronics

I wonder if the new C++ (which called C++11) works well with the embedded electronics and programming them. Do the new features fit well if working with uC? Like R-Values and so on? Or should be ...
3
votes
3answers
4k 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 ...
1
vote
1answer
976 views

Generating C code from a Matlab-Simulink: errors encountered during linking

I generated C code from a Matlab-Simulink model (In Matlab help is "Parametric Audio Equalizer" -> "Task 6 - Integrate Device Drivers" -> "Configuration C") with a "Target Preferences" module for ...
1
vote
1answer
893 views

Generating C code from a Matlab-Simulink model for DSP C6748

I'm trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio for TMS320C6748 DSP (Texas ...
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 ...