Tagged Questions
0
votes
1answer
57 views
PIC24H delta time calculation
Hello I'm making a project for my intro embedded software class and I need to make use of a timer in a program. If I'm not mistaken this code should be looping the while for at least 500 ...
2
votes
8answers
388 views
Processor Running C Natively
A friend of mine came up with an idea for something dealing with a micro-processor running C natively. Problem is, we need to be able to know if there is a processor out there already before we spend ...
2
votes
2answers
498 views
Where do I find a cheap developement board? [closed]
I know how to program in C and I'm really interested in microprocessors and I would like to be able to buy a really cheap microprocessor that I can plug into my computer and program in C. I've seen ...
2
votes
2answers
770 views
How to pass string for EEPROM write for ATMega32? (in the following code)
How could I pass a string for EEPROM write first and read in the code as:
...
3
votes
2answers
573 views
Enable port RA0 as input and retrieve value LDR from led
I'm using the picdem 18F4550 with microchip v8.63 with the C18 compiler.
I will enable PortA to set as input, I will connect a LDR on port RA0. Which is as following (I think):
...