I\'m looking for a TCP/IP stack that can be used without an OS.Our customer has an \"aversion\" to interrupts and doesn\'t want a real OS on a embedded board we\'re building.It\'s desirable to move as
I am debugging a piece of firmware on an arm-family cpu (Cortex M3). The debugger shows the CPU registers, including one called \'xPSR\' which includes a sub-field called \'ISR\'.The mode in the CPU
I haven\'t done much programming for Embedded Systems before, and now I have to create some scripts for something relatively tiny (<60MB RAM, almost all of which is already used by other more criti
I have a software application written for .Net Compact Framework 3.5 in VS2008. I can connect to my device via Activesync and deploy the application without problems. I can launch the app on the devic
I\'d love to start writting managed code for external devices and sensors.Are there any devices that come to mind that can be coded a开发者_StackOverflow社区gainst using .NET?Any suggestions?
Can anyone give a reference for a 4-bit ECC algorithm? I 开发者_运维技巧need to implement one for an embedded Nand Flash driver.Your best bet is probably a Reed Solomon Code. Here is a pretty good ex
Given is an array of 320 elements (int16), which represent an audio signal (16-bit LPCM) of 20 ms duration.I am looking for a most simple and very fast method which should decide whether this array co
[edit] For background reading, and to be clear, this is what I 开发者_StackOverflowam talking about: Introduction to the volatile keyword
The linker is reporting multiply defined errors for an inline function. I have the following code in a header file:
I have basic doubt regarding executable stored in ROM. As I know the executable with text and RO attributes is stored in ROM. Question is as ROM is for Read Only Memory, what happens if there is sit