Are there any good sources on design and/or implementation patterns for embedded systems out there? Books or good web-resources.
We are in analysis mode for an embedded Linux system which will use an ARM9 processor around 400 megahertz.
I want to install mono on an embedded system (arm board) it has no ethernet connection, so i need to do a local installation, (i can transfer data / files to the board with sdcard).
I\'m very new to embedded programming, and my first 开发者_如何学Pythonproject is installing uCos on mini2440 [arm9] . Are there any tutorials for beginner like me to install uCos on arm9 ?
I know MMC cards can share a bus and it seems like it should work with SD/SDIO cards as well. However, I\'ve found conflicting information on the web and the simplified specs at sdcard.org talk about
I am looking for a set of tools to help me design a GUI for an embedded device with limited resources
I\'m working on a design that uses a gatekeeper task to access a shared resource. The basic design I have right now is a single queue that the gatekeeper task is receiving from and multiple tasks putt
Using MacPorts i have just installed arm-elf-gcc on to my MacBook Pro. This worked flawlessly and all seems to run fine.
For last 2 weeks am trying to learn timer & interrupt & wrote a program (with开发者_如何学编程 my understanding) to blink LEDs on ATMEGA2560 but no matter what I do TCNT0 never increments &
I have been assigned to know to how to make a GPS Navigation Software for Win CE 6.0 operating system. But after searching a lot, I couldn\'t find a good way to start.