I\'d like to develop a P开发者_如何学运维C LCD display emulator for educational purposes. The display uses HD44780.
I have an application written in .NETMF that requires that I be able to parse an RFC822-Datetime. Normally, this would be easy, but NETMF does not have a DateTime.parse() method, nor does it have so
I have an embedded system that I expect to be in use for the next 15 years or so, and it has an https-based administration console.From what I understand:
This question already has answers here: Closed 12 years ago. Possible Duplicate: Examples of good gotos in C or C++
I\'m using IAR Embedded Workbench for ARM (ARM7TDMI-S) and the majority of my work is done using little-endian format.However, I saw in the manual that I can do something like :
I have written a code in c for Arm7 using RTOS. There are multiple tasks who\'s priority is set to same level. So the tasks executes on round-robin base.
In my company, presently we are using Rational clearcase as the Software Configuration Management tool for our Embedded software development. The software is basically for Automobiles, to be specific
I always seem to encounter this dilemma when writing low level code for MCU\'s. I never know where to declare pin definitions so as to make the code as reusable as possible.
I would like to monitor the the context switching behavior in a multi-threaded pthread application. In other RTOSes(Micro C OS)I have been able to register a context switch callback for each thread i
I want to disassemble a hex file of PIC16F877A. Is there any good disassembler ? After disassembly is it possible to compile a开发者_StackOverflowgain ? What are the things I have to take care of ?Wri