I require the SPI header file so I may write a SPI master and slave for two PIC24FJ64GA002. I had one but I accidentally deleted it. Please may some one send me a link to download the header. As soon
I am looking for advice on where to start with regards to writing a c code program that will use an xbox controller and a pic to activate motors.Would anyone have advice on 开发者_开发知识库where to s
This is related with microcontrollers but thought to post it here because it is a problem with algorithms and data types and not with any hardware stuff. I\'ll explain the problem so that someone that
I want to make an application where PIC18F4550 send its internal eeprom data to the pc through usb. Also i want to use the same usb connector to download the data to another PIC18F4550 over usb.
I am working on a project which uses 开发者_运维技巧a PIC24FJ64GA002 mcu. I am working on a bit-banged serial communication function that will use one wire to send data and then switch to receive mod
I have some functions that are designed to handle 1-256 bytes, running on an embedded C platform where passing a byte is much faster and more compact than passing an int (one instruction versus three)
Using Microchip C18 compiler with a pic18f, I want to create a \"big\" buffer of 3000 bytes in the program data space.
I want to disassemble a hex file of PIC16F877A. Is there any good disassembler ? After disassembly is it possible to compile a开发者_StackOverflowgain ? What are the things I have to take care of ?Wri
I\'m implementing USB on a PIC 18F2550 using a generic HID interface. I\'ve set up the HID profile configuation to have a single 64 byte message for both inputs and outputs.
Are there any PIC microcontroller programmers here? I\'m learning some PIC microcontroller programming using a pickit2 and the 16F690 chip that came with it. I\'m working through trying out the vario