Tagged Questions

5
votes
8answers
346 views

Multithreading using C on PIC18

How does one create threads that run in parallel while programming PIC18, since there is no OS?
3
votes
9answers
541 views

Keeping time using timer interrupts an embedded microcontroller

Hello, This question is about programming small microcontrollers without an OS. In particular, I'm interested in PICs at the moment, but the question is general. I've seen several times the …
5
votes
12answers
1k views

What is the best c complier for the Pic18 micro

We are starting a new project based a microchip PIC18F252. What is the best 'c' compiler to use?
3
votes
4answers
597 views

Produce tones at certain time-interval using C programming

Im using C language for a PIC18F to produce tones such that each of them plays at certain time-interval. I used PWM to produce a tone. But I don't know how to create the intervals. Here is my …