• This is probably a C question!
    Hello again, I convert an Ascii file (about 10kB size) to HEX using the BIN2HEX and declaring a file start segment of 4800 (...absolute address 0x48000). When starting debugging in simulation mode...
  • (Probably simple) syntax error
    I've written my first program in Keil uVision2 just to toggle a led with my 8052 microcontroller. Code looks like this: #define P3 *(volatile unsigned int *)0x00B0; //I/O pin to be toggled ...
  • ARM CORTEX M3 STM32 DAC sample codes KAP
    Anyone has working codes using stm32f103xxx (arm cortex-m3) using the DAC to generate constant analog voltage? I want to build a digital power supply using the stm32's built-in ADC and DAC. I'm a typical...
  • How to incorporate CPP files in my "C" project
    Now, I am doing my project in C - I would like to do some additional VC++ files in my projects for Sending SMS through GSM. What i have to do. Give me resolution for this? Expecting asap.
  • meaning of weak pull-ups
    Hello, can anyone please explain me the purpose of weak pull-ups resistor of a port? What are they used for? thanx in advance, M.