embedded
Unable to see static variables when debugging CC430F6137 using IAR Embedded Workbench 430 5.3
I\'ve been searching for why for two hours. Now I\'m using IAR Embedded Workbench Evaluation 5.30 to debug on a CC430F6137 dev kit board. As I have declared some global static variable, I realize that[详细]
2023-04-01 21:56 分类:问答Is it a good practice to include all files in one .h file and include that file everywhere for AVR?
Can I do like this /*includeAll.h*/ #ifndef INCLUDEALL_H_ #define INCLUDEALL_H_ 1 #include <avr/io.h>[详细]
2023-04-01 20:23 分类:问答Manual allocation in a stringbuffer object
For a small to-be-embedded application, I wrote a few functions + struct that work as String Buffer (similar to std::stringstream in C++).[详细]
2023-04-01 18:30 分类:问答How to use MS Team Build with other compilers?
I\'ve been using Team Build 2010 successfully to automate builds where the source code is written in MS C#/C++.[详细]
2023-04-01 09:42 分类:问答What are the characteristics of an embedded web server?
How is it different from a webserver running on your desktop? Does it have different resource consumption requirements? How is it achieved?[详细]
2023-04-01 03:06 分类:问答Compiler warnings with SDCC
Using SDCC 3.0.0. Compiling this code #include <pic16f84.h> void main(void) { TRISA0=0; RA0=1; } and receive these warnings.[详细]
2023-03-31 16:20 分类:问答Compile ebtable_broute for DD-WRT
Recently, I installed a DD-WRT on my router (WNR3500L). Sadly, I lost the IPv6 compatibility (Netgear\'s firmware worked like a charm).[详细]
2023-03-30 22:59 分类:问答Is realloc() safe in embedded system?
开发者_开发百科While developing a piece of software for embedded system I used realloc() function many times. Now I\'ve been said that I \"should not use realloc() in embedded\" without any explanatio[详细]
2023-03-30 21:13 分类:问答How can I make a custom USB device show up in Windows as a COM Port?
I have developed a USB device that communicates with linux over a simple but proprietary interface and some custom Linux drivers.My goal is to port this to Windows without writing windows drivers.What[详细]
2023-03-30 08:54 分类:问答What timestamp would have the best space efficiency with a 10 year span and 1 second resolution?
For a low end embedded microcontroller (8-bit), which timestamp structure would be smallest? I\'m considering custom ones too. Because of computing power is very limited, it\'s also important to readi[详细]
2023-03-30 06:24 分类:问答