Questions tagged [microchip]

Questions related to the microchip PIC family of microcontrollers. Where possible please specify the specific microcontroller.

Questions related to the microchip PIC family of microcontrollers. Where possible please specify the specific microcontroller.

696 questions
-3
votes
1 answer

Getting started with microchips

I am curious about small processor (whats the correct term?) chips that I can interact with my cell phone. But my current internet searches have made me realize how ignorant in this technology I am. Can anyone suggest a good starting point for…
sonoerin
  • 5,015
  • 23
  • 75
  • 132
-3
votes
1 answer

How to create Hex File Compiler in C#

Please is there anyway I can plugin or Integrate a PIC MCU into my C# Code so that I can create a text editor and also compile code with my Software.
Bytehub
  • 3
  • 2
-3
votes
1 answer

real time clock using pic16lf1902/03

I'm finding difficult in implementing real time clock for pic16lf1902, wherein their are no serial protocols for communicating/interfacing with builtin LCD drive. Is their a convenient way to solve the problem? For example using I2C software…
user1890
  • 9
  • 1
-4
votes
1 answer

PIC16F628 bad counter?

Please, where is the error in code (with 16F628)? OUT1 - LED1 OUT2 - LED2 Flashing only LED1 (OUT1). The counter is not working (bad integer?). HW is okay... My code: #include "PIC16F628.h" #include "pic.h" #pragma config FOSC = INTOSCIO #define…
-5
votes
1 answer

Converting ASM to C

I don't know if there's a program that can convert ASM to C. I checked google and I've read that IDA Pro can do it but I don't know how. Anyway, how to convert this section of code written in ASM to C? Here's the code: #define CALIBRATIONTIME …
elvinguitar
  • 149
  • 3
  • 6
  • 15
-8
votes
3 answers

pronounce a color based on the bits values with the pic 18f4550

update 2 I want to make a program that can play sound (that can say red, green and blue) on my pic 18f4550 there is a speaker connected to the picdem, that part works fine, I wrote the following program with microchip version 6.83 with the C…
projecten1
  • 67
  • 9
1 2 3
46
47