• Sprintf doesn't work correctly?
    Hi, First of all, I'm programming the T89C51CC01 Microcontroller using C51 with Keil µVision4. My head teacher wrote the following header file for it (source file also included) -- it's German: ...
  • Sprintf doesn't work correctly?
    Hi, First of all, I'm programming the T89C51CC01 Microcontroller using C51 with Keil µVision4. My head teacher wrote the following header file for it (source file also included) -- it's German: ...
  • ADC channels continuous scan conversion doesn't work correctly
    Hello, In my project I need to measure some analog inputs. I have an stm32f072 micro controller which have only one ADC, but multiple channels. I didn't work ADC with multiple channels before this...
  • ADC channels continuous scan conversion doesn't work correctly
    Hello, In my project I need to measure some analog inputs. I have an stm32f072 micro controller which have only one ADC, but multiple channels. I didn't work ADC with multiple channels before this...
  • __global_reg() don't work correctly
    I declare a global variable: __global_reg(5) pCPUCB_t Cur_CPUCB; Then I assign a value to this variable: Cur_CPUCB = &CPUCB[0]; But a compiler doesn't generate code for this assigments...