I work on embedded project, where peripherals (cameras, storage, external devices) communicates through Ethernet. They are connected using multiple switches (using VLAN), but they are not exposed to e
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to implement a simple delta queue on a small Cortex-M3 to schedule some tasks in the future. I have constructed something but I don\'t think its very
I have an system running embedded linux and it is critical that it runs continuously. Basically it is a process for communicating to sensors and relaying that data to database and web client.
I\'m working on an embedded platform (ARM) and have to be careful when dealing with bit patterns. Let\'s pretend this line is beyond my influence:
I\'m developing the software for an embedded system, and I need to implement a sorting routine, and I\'m having trouble choosing an optimal solution. My requirements are as follows:
I am developing a device driver I/O model for small microcontroller applications, using POSIX as a guideline for interface design. I implemented ioctl() as a means of controlling d开发者_如何转开发riv
I am new to Embedded field. One doubt came up in my mind ab开发者_Python百科out hex file downloading:
There is an \"DO-178B\" level A and level B certification for airborne systems. Does it prohibit using of optimizating compilers?
Basic question开发者_C百科 but wanted to know optimized way of doing it.. It is a code block for a close routine having multiple process to close. In all the cases, it should try to close all the proc