microcontroller
microcontroller based sensor project: ZIGBEE vs GSM
My application will be having many microcontrollers with sensors monitoring a large area. The application requires all these microcontrollers to send the data to the master microcontroller. From the m[详细]
2023-02-06 01:40 分类:问答What's wrong if compiler optimization is turned on in debug build?
Why is it necessary/recommended to turn off all compiler optimizations when debugging application? Background[详细]
2023-02-06 00:03 分类:问答Compile for ARM Cortex M3 using standard GCC?
Is it possible to compile C/C++ code for the ARM Cortex M3 (LPC1768) using vanilla GCC with the --target switch, or will I need to compile GCC, binutils, etc to do this?开发者_JAVA百科As already said,[详细]
2023-02-05 16:59 分类:问答computer on PCIe card
Does anyone know a COM which is put on a PCIe card, which has some flash memory, some RAM, JTAG support (or some kind of debugging support), some input ports like USB, perhaps support some output like[详细]
2023-02-05 04:17 分类:问答How can I getting start microcontroller programming?
I have programming in high level language for several years, but recently I want do some adventage on hardware, I wish I can DIY some funny toys for my son.[详细]
2023-02-04 09:02 分类:问答What softwares do you need inorder to develop a firmware application with Atmel 89C2051 micro-controller?
Please list some software/s and links which can help me build firmware for Atmel 89C2051 micro-controller. Thanks.开发者_StackOverflow社区The Atmel AT89C2051 is a 20 pin version of the popular 8051 mi[详细]
2023-02-02 10:52 分类:问答Why does "acall" instruction does not work in Atmel 89C2051 microcontroller?
I tried it with Keil-µVision and Asem-51 but they s开发者_开发技巧till plugging that it is an syntax error. Here is my code:[详细]
2023-02-02 02:46 分类:问答how to get Celsius as output from LM335Z with arduino?
the firstsensor is my lm335z output. int firstSensor = 0; int secondSensor = 0; int thirdSensor = 0; i开发者_运维知识库nt inByte = 0;[详细]
2023-02-01 19:53 分类:问答pointers in C with a #define
The function: #define ASSOC(port) (*(volatile bit_field *) (&port)) The function call: #define SCLK ASSOC(PORTC).bit0[详细]
2023-02-01 10:41 分类:问答how to concatenate the ADC output?
hey I need help to开发者_如何学Python write a programe in pic c compiler that can cocatenate S, at the start of ADC out put value(q is the out puti.eq = read_adc()) and E at the end of ADC output so t[详细]
2023-02-01 07:31 分类:问答