Hey folks,
I'm having a problem where after multiple writes into the EEPROM I'm only able to read back the last value that was written.
Look at the difference between a read immediately after a write vs multiple writes and multiple reads. It's as if the value of EEDATA is only updated on a...
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 =...
I'm in the process of making a DC-motor . However, I'm getting an error, the problem is that my PICKIT3 will not connect to the microcontroller. What am I doing wrong?
I'm using PIC16F15325 controller and using MPLAB X IDE v5.45. I'm using PICKIT3 for programming/debugging.
What I think has...
This is a circuit board I received from my boss to try and find and replace the burned IC chip. This is all chinese parts and probably hard to find. If I can just find another IC chip from another brand that works, I'll just use that. Any help would be greatly appreciated.
The partial numbers...
Hello everyone
My name is Mauricio, I'm new in this forum.
I am student of the first semester , so I do not know that much about electronics, I got really interested in this kind of topics and I am trying to make some little projects for the microcontrollers PIC using assembler coding.
I have...
It appears config bits are not being set or followed on my PIC. Is there some thing disabling this feature?
I have been struggling with programming this PIC, even though I have much experience with dsPIC30s. First, I haven't been able to get it to switch clock speeds from the FRC /4 which is...
Please excuse me if this was mentioned and addressed already, I looked and looked and didn't find anything...
I want to program a PIC24FJGA204 chip using MPLAB-X IDE (v4.00). I have a sample code that downloads and runs correctly on the unit (a PIC24F Curiosity Development board). Of course...