I know little about MCUs and embedded systems. A year ago we made contract with a company to design a special purpuse MP4 device based on the SigmaTel S开发者_Go百科TMP 3650 kit. Now we have all the
I have an application that targets desktop OSes (XP, Vista, Win7) as well as mobile devices running Windows XP Embedded. All platforms are running the full .Net Framework, not the Compact Framework. T
Sorry if this is simple, my C++ is rusty. What is this doing?There is no assignment or function call as far as I can see. This code pattern is repeated many times in some code I inherited.If it matte
I\'m trying to develop 开发者_JS百科an alarm history structure to be stored in non-volatile flash memory. Flash memory has a limited number of write cycles so I need a way to add records to the struct
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
In multi-threaded embedded software (written in C or C++), a thread must be given enough stack space in order to allow it to complete its operations without overflowing.Correct sizing of the stack is
I have a program that\'s resident in flash and will run from flash. Early in the program data segments are copied from flash to ram. I\'m using a linker script like (simplified):
I have detected a memory corruption in my embedded environment (my program is running on a set top box with a proprietary OS ). but I couldn\'t get the root cause of it.
I need to load large models and other structured binary data on an older CD-based game console as efficiently as possible. What\'s the best way to do it? The data will be exported from a Python applic
I have a simple GUI that I am developing for an embedded system. The menus can be navigated with the up/down keys and an item can be activated by pressing a confirm key. Presently there are no double