I think many WinCE developers, especially engineers who are just starting out and doing driver development, have encountered such a problem. To write a driver for a peripheral device, take the simples...
Please help me find what's wrong with the syntax error near'unsigned'. I'm so anxious. I'm programming a number from 1 to 1000, why is there an error when compiling?
#includereg51.h #define uint unsig...
I made a communication module using lpc2138 and mc35i, and sent ADC data through gprs. I would like to ask 1. Does mc35i have a protocol stack? 2. Which part of the process is the protocol stack, that...
1. HDL is not a hardware design languageIn the past, I have encountered many VHDL or Verilog HDL beginners asking similar questions, such as how to implement division, square root, how to write loop s...