I\'m working with a legacy embedded debugging tool and it\'s frustrating to work with.I just found out however that it can be automated in ma开发者_如何转开发ny ways, such at setting breakpoints on st
I\'ve recently established the need to store in开发者_开发知识库frequently-updated configuration variables in the EEPROM of a microcontroller. Adding state to the program immediately forces one to wor
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have some functions that are designed to handle 1-256 bytes, running on an embedded C platform where passing a byte is much faster and more compact than passing an int (one instruction versus three)
It\'s common practice where I work to avoid directly using built-in types and instead include a standardtypes.h that has items like:
i have never done embedded (i dont know if thats what you call this) programming and know nothing about it. my question:
I have an sqlite database whose data I need to transfer over the network, the server needs to modify the data, and then I need to get the db back and either update my local version or overwrite it wit
I\'m trying to debug this arm9 ... it\'s running some variation of Linux 2.4.19. When I load a pci driver, the arm9 just hangs and reboots.
Our desktop applicatio开发者_运维技巧n consists of a Mono/.NET 3.5 back end that communicates via USB with a variety of devices and a Silverlight front end that communicates with the back end via sock
I\'m writing a motor controller that has a couple of interfaces (buttons, Bluetooth, haptic knobs) which is a task that is steadi开发者_运维问答ly growing to be a larger than I figured.I\'ve tried to