Hey guys i've been tryna build this 0-99 counter but i couldn't manage it. Can u help me out with it??
#pragma config FOSC = INTIO67 // Oscillator Selection bits (Internal oscillator block)
#pragma config PLLCFG = OFF // 4X PLL Enable (Oscillator used directly)
#pragma config PRICLKEN =...
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...