In our current project, we are running into memory problems since we need to load too many image files. The current system is loading plain uncompressed Microsoft BMP files, so this is the obvious pro
I am presently working on a family of embedded products that will phone into a PC to exchange information.At present, different members of the family store and exchange information in different ways,
I\'m allocating a large block of shared memory using shmget on an embedded system: shmid = shmget(key, 16777216, IPC_CREAT | 0666)
If you have a multi-threaded application with a word variable shared between threads (ie - 32-bit data type on a 32-bit system), is it necessary to prot开发者_高级运维ect reads and writes to that word
In an in开发者_运维问答terview they asked me if using function pointers would be beneficial (in terms of speed) when writing code for embedded systems? I had no idea on embedded system so could not an
On a开发者_运维技巧 recent search I\'ve found that some developers program following guidelines from MISRA C (not free). I got a little more interested about it and I\'ve found a free option, CERT for
I have an embedded device running a full version of Debian. I need to create a web accessible application that resides on the device which manages the entries in my application\'s conf开发者_StackOver
I\'m in the process of designing a embedded C data storage module.It will be included by files/modules who want access to this \"shared\" system-wide data.Multiple tasks aggregate dozens of inputs (GP
开发者_JAVA百科If no why? Uses of union over structure?? You can use any data type in a union, there\'s no restriction.
I need an accurate time delay function written in C that delays the pic program execution by a given number of microseconds. I did find an example on microchipc.com which uses ASM, but the code only a