I have programmed 开发者_JAVA技巧an embedded software (using C of course) and now I\'m considering ways to improve the running time of the system. The most important single module in my system is one
I\'m building a light kernel for a Cortex-M3. From a high priority interrupt I\'d like to invoke some code to run in a lower priority interrupt and pass some parameters along.
I\'d have some code that needs to be run as the result of a particular interrupt going off. I don\'t want to execute it in the context of the interrupt itself but I also don\'t want it to execute in
I am looking for a free static checker for C99 code (including GCC extensions) with the ability to explic开发者_StackOverflow社区itly say \"these preprocessor macros are always defined.\"
I am interfacing an embedded device with a camera module that returns a single jpeg compressed frame each time I trigger it.
I have an embedded Linux system running on an Atmel AT91SAM9260EK board on which I have two processes running at real-time priority. A manager process periodically \"pings\" a worker process using POS
I\'m new to the embedded development world and am looking to get my very first board. After some research, I realize that there aren\'t many choices with FPUs. This is important in my project as I\'m
I\'m working on an embedded system, and i\'m having dramas getting it to send a certain chunk of data across the serial port. I narrowed it down and found that if a 0x9B is present in the message, it
I\'m writing a boot script for an ARM-Cortex M3 based device. If I compile the assembler boot script and the C application code and then combine the object files and transfer them to my device everyth
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.