python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to integrate CPPCheck in MPLABX 6.0 or netbeans?
Microchip added a MISRA check function in MPLABX 5.45 which is just plugin for the free CPPCheck and for me it works pretty well. In the further versions of MPLAPX the MISRA check was gone.
In MPLABX ...

Mike
Votes: 0
Answers: 0
build error "make: *** [.build-impl] Error 2"
I have this simple code for an initial project that my microcontrollersteacher asked.
Im using MPLAB IDE V6.00, the xc8 compiler.
But when i try to clean and build it this error in red collor code app...
ZylonJavaEdition
Votes: 0
Answers: 1
How to latch a button in C?
When I press a button, this button performs a tast once it was pressed and even I release button, it should keep performing the task. But when I release the button, it does not perform the task.
I ass...
tensaisakuragi
Votes: 0
Answers: 2
PIC16F877 display the result of ADC on LEDs with C language using MPLAB
I used PIC16F877 and my purpose is to choose CHANNEL 4 to display the analogue input AN4 value on PortD leds. The approximate value is about 1V. I wrote a code and however, no matter how I ran my code...
ke zhang
Votes: 0
Answers: 1