Tagged Questions

1
vote
1answer
60 views

One Wire Problem

Hi all! I need your qualified help! I'm programing in C++, using a PIC 18F87J50 and trying to connect DS18B20 at my H0 Port! I think my underlying programing is correct so.... the problem I have …
4
votes
9answers
163 views

I’d like to move on to µC programming, but I have absolutely no idea where to start from.

Hello, I've been thinking quite some time about 'moving on' to MCU programming, but the problem is I've never worked with any microcontrollers or similar. As I've been told, AVR and PIC are the most …
0
votes
1answer
16 views

pic: does anyone use it for diagrams? is there a version that outputs svg? (vs. troff or TeX)

I'm in the middle of reading More Programming Pearls and read the chapter on the Pic language (see also Kernighan's paper) with some interest. Anyone out there using it? It seems like it might be …
5
votes
10answers
254 views

Which embedded (microcontroller) platform to move to

Hi all. I have been programming with 8bit PICs for quite some time but now need to move to something more powerful. I would like a family of chips that: I can get a good (free) IDE for Solderable …
5
votes
8answers
316 views

Multithreading using C on PIC18

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

Whats the best resource to learn Assembly language for PIC microcontroller’s

I'm going to start working on a project where I need to have a decent understanding of Assembly language for the PIC microcontroller's. I'm intimately familiar with C/C++, so I know how to code for …
1
vote
3answers
274 views

Help with translating this assembly into c

Hi. My compiler won't work with an assembly file I have and my other compiler that will won't work with the c files I have. I don't understand assembly. I need to move this over but I'm not getting …
1
vote
2answers
138 views

How can I make MPLAB import a HEX file with comments or import a HEX file specified on a commandline?

I'm working with the CCS c compiler which produces its object files in the Intel 32 bit HEX format, aka INHX32. This compiler has a directive which causes it to put comments in these files. The …
7
votes
6answers
387 views

What microcontroller (and other components) would I need to create a timer device?

As a hobby project to keep myself out of trouble, I'd like to build a little programmer timer device. It will basically accept a program which is a list of times and then count down from each time. …
0
votes
1answer
59 views

How to specify adress ranges for PIC code?

I want to use Claudiu Chiculitas tiny bootloader for PIC16 (i have modyfied it to suit my chip) but since that bootloader does not move code to prevent overwriting the bootloader, I must somehow …
0
votes
5answers
174 views

How to concatenate vars in c programmed pic?

Hi guys, I programming a 16f84a pic in hitech C to drive a hd44780 lcd. So far I've got the lcd initialized and can write individual characters and strings to the lcd. Now I need to do something like …
6
votes
10answers
475 views

Getting Started With Programming PIC’s (or similar products)

Preferably in C. What are some good beginner kits,tutorials,books,etc. Maybe some little robotic project ideas. Thanks
0
votes
2answers
68 views

Regarding interrupt based communication

We have a simple architecture : Main chip (arm9 based) PIC controller The PIC communicates to ARM via an interrupt based I2C communication protocol for transfer of data. Inside the interrupt we …
2
votes
8answers
596 views

Are any MP3 encoder libraries PIC microcontroller compatible?

I know that are many MP3 encoder libraries, but any of them could work on a PIC microcontroller?
0
votes
3answers
163 views

Convert Decimal to Hex when no datatype can hold the full number

This is an almost exact duplicate of my own question a few weeks ago. http://stackoverflow.com/questions/1143302/convert-hex-to-decimal-when-no-datatype-can-hold-the-full-number This time, it is the …

1 2 next
15 30 50 per page