I want to control television through pen drive. What shoul开发者_运维知识库d I do with pen drive means at hardware and software level?
I’m starting a new firmware project in C++ for Texas Instrument C283xx and C6xxx targets. The unit tests will not run on the target, but will be compiled with gcc/gcov on a PC with windows (and run a
Is it possible to emulate boot from flash memory using qemu-system-arm? (Using Integrator/CP motherboard)
This question already has answers here: 开发者_运维技巧 Need some ignition for learning Embedded Systems [closed]
Given that, on the ARM Cortex M3, I can开发者_开发知识库: atomically read a single bit atomically set a single bit
Can anyone help me on design patterns commonly used for RTOS? In VXworks, which patter开发者_开发知识库n is more preferable?Can we ignore the second sentence in your question?It is meaningless, and pe
Is there any SW to generate unit tests in C and embedded applications? The reason I am asking is that my boss told me he heard from someone that \"You need a tool to analyze the code and create 80% of
I am trying to do a batch build of a project using IAR tools. The processor is a CC2530, and it builds fine in the IDE. I have followed the documentation for batch build (Project/Batch Build) and crea
In the embedded system I\'m working on, we are using a table of function pointers to support proprietary Dynamic Libraries.
H开发者_Python百科ow to give single common address space for all tasks. IF its happening like this can we avoidvirtual to physical memory mapping.