I\'m working on software to control a mmap\'d device on an embedded ARM system, but have run into a few situations where the debugging and development tools available haven\'t been sufficient. i.e. In
In my embedded project am using JTAG interface t开发者_如何学JAVAo download the code and to debug the downloaded application. But I don\'t know what is happening inside the JTAG set up.
We\'re currently creating a device for a customer that will get a block of data (like, say, 5-10KB) from a PC application. This is a bit simplified, so assume that the data must be passed and uncompre
I have a program running two threads - they communicate using message queues. In one thread, I call ioctl() to access the hardware decryptor. The code goes like:
I have three doubles: double[] accel = ne开发者_Python百科w double[3] { _Razor.Accel_X, _Razor.Accel_Y,
I have a function uint8_t EE_Write(uint8_t addr, uint8_t len, uint8_t * buf) that takes a pointer to some data that it will write to memory, and a uint16_t myword that I want to give it.The basic
I\'m having a lot of problems trying to start an application as administrator on an application I\'m writing when running it on XP Embedded.
I am looking for a video conferencing stack that I can run on an embedded device. Cam will be connected through USB, hw video acceleration and ethernet is available. We are running linux & directf
Using a microcontroller (PIC18F4580), I need to collect data and send it to an SD card for later analysis. The data it collects will have values between 0 an开发者_StackOverflow中文版d 1023, or 0x0 an
This question is maybe somehow inspired with Anyone using Python for embedded projects?; so anyone using some Scheme version or Common Lisp (like ECL) for free/oss/commercial projects?