python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
R3 register of ARM-Cortex M4F suddenly changes value right after ldr instruction
I have this really strange bug where an ldr instruction first loads in a valid value into the R3 register, then when I use the debugger to step over one instruction, it all of a sudden contains the va...
Vincent Kenbeek
Votes: 0
Answers: 1
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
I am new to FPGA design, When I finished my design,How could I make my design became a real chip?
I am new to FPGA design, When I finished my design,
How could I make my design became a real chip?
Publicsw Publicsw
Votes: 0
Answers: 2
Why does it give me the error "expected ')' before ';' token"
#define F_CPU 8000000UL
#include <avr/io.h>
#include <util/delay.h>
#define testButton PINA & 0b00000001;
#define smokeDetector (PINA & (1<<1));
#define ToggleSmoke...
Georges St-Isidore
Votes: 0
Answers: 1