#include<p18f452.inc> TIMER set 0x00 COUNT1 set 0x01 COUNT2 set 0x02 org 0x00 goto start org 0x08 goto int_1
I have a linker script which starts INCLUDE 18f14K50_g.lkr I want my interrupt service variables to go into the ACCESS bank. (My program\'s so small at the moment the whole lot can, but maybe in fu
I\'m using 开发者_开发知识库the pic18F4550 with microchip v8.63 and with the C 18 compiler. I\'m using a LDR that retrieve the value of the led (not on my picdem board) (red, green and blue) these val
Due to design limitations, I have an address line for a memory controller split across 3 different ports of a PIC 18F4550.
I need to receive signal from IR transmitter LED. I am not sure how to program the microcontroler. I am looking for some concept, how to do that. Whether I have to use A/D conversion? How to synchroni
I\'m trying to transmit serial over the pic18f45k22 eusart peripheral. The messages get sent exactly as expected when the clock is running at 16Mhz, but if I set the PLL to on (so that the the oscilla
I\'m new to PIC programming, and I\'m ready to make a USB program so that I can send it motor control commands from my program on a (Windows XP) PC.
I need an accurate time delay function written in C that delays the pic program execution by a given number of microseconds. I did find an example on microchipc.com which uses ASM, but the code only a
Has anybody experienced using the Invensense IMU3000 with some microcontroller? I am trying to build the IMU library for a PIC but I am stuck with the dependencies.. any other experience with others m
I\'m developing on a pic 18Fxxx (18F452) in assembly. I\'m in a learning phase so I\'m doing different simple exercise with the final goal to develop a \"real\" project.