This tag is related to questions that have something to do with a microcontroller.
Although there are plenty of unit test frameworks that support C, I'm a little stumped on how to write unit …
c unit-testing embedded microcontrollerI thought many programmers of Arduino/AVRs MCUs could share some of knowledge. My specific problem was this: In my …
debugging arduino microcontroller avr atmegaThe wikipedia entry states: In computer system programming, an interrupt handler, also known as an interrupt service routine or ISR, …
microcontroller interrupt-handling isrI'm developing a project using a TI Tiva Microcontroller (TM4C123GH6PM), TivaWare (was StellarisWare) and GCC 4.8.2 (-14ubuntu1+6) …
c gcc arm microcontroller texas-instrumentsCan java programming be used in micro-controller programming like C and C++? If yes what are the requirement for it? …
java embedded microcontroller firmwareWhen building a gcc based bare metal mcu project you need to take care of the initialization of the .data …
gcc linker microcontroller bare-metal