Top "Pic" questions

PIC is a family of Harvard architecture microcontrollers made by Microchip Technology.

Setting up a C project with multiple source files in MPLAB

I'm using the MPLAB IDE and the XC8 compiler for a C project for PIC18 devices. I'm building a project …

c pic microchip mplab pic18
Writing to EEPROM on PIC

Are there any PIC microcontroller programmers here? I'm learning some PIC microcontroller programming using a pickit2 and the 16F690 chip …

assembly microcontroller pic microchip
Receiving SPI data via DMA on PIC32

I know that this topic (DMA & SPI) has already been talked about on numerous threads in the microchip forum, …

c pic microchip spi dma
How do the bank switching in PIC assembler?

I'm getting confused by bank switching in PIC assembler... This works for putting a 'Q' on the usart: bsf PORTB,1 ;…

assembly switch-statement pic bank
Interfacing PIC Microcontroller with Java on PC using USB

HI! I want to interface PIC18F4550 with Java program and make it cross-platform initially. There are only one way …

java usb communication microcontroller pic
How to configure 8051 pins as input/output?

In pic microcontroller TRIS register determines whether port would act as input or output and PORT register would determine the …

input output microcontroller pic 8051
How to reset a PIC18 in C?

What is the best way to reset a PIC18 using C code with the HiTech Pic18 C compiler? Edit: I …

embedded pic microchip
Multithreading using C on PIC18

How does one create threads that run in parallel while programming PIC18, since there is no OS?

c multithreading embedded pic pic18
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?

embedded mp3 encoder pic
Create big buffer on a pic18f with microchip c18 compiler

Using Microchip C18 compiler with a pic18f, I want to create a "big" buffer of 3000 bytes in the program …

pic microchip pic18