Hello everyone. I have to use a dsPIC30F2010 for a project. So to program it, I just bought a PIC KIT 3 from a licensed manufacturer of Microchip, It's not a clone that's what they claim. I am not able to program the dsPIC using the PK3. I have read many documents and also followed the steps...
Need helping implementing interrupt to call message by spdt switch .
Use portb or use porta ?
#include <GENERAL.h> ;This is the header file you created for this lab#1
;;; Blinking Module Variables and Constants
;#include "p16f84a.inc"
;__CONFIG _FOSC_HS & _WDTE_OFF & _PWRTE_OFF &...
Hi,
I purchased a new PIC32 USB Starter Kit II development board. It doesn't come with a CD. My project in PIC18F is mixed of C and assembly. I'd like to import the old project into to PIC32.
Q1) Is there any conflict between the PIC18F tools and PIC32?
Q2) What's the nearest tool should I...
Hi I am using pic18f452 and I am trying to get it to communicate with laptop through RS-232. I used hex file from mikroC built in library code and tried burning it using genius g540 it didnt work I got HIGH(Logic 1) output on several pins I didnt code to and LOW(Logic 0) on which I coded to get...