• How to set the 24bit resolution of ADC in the register??
    Halo Programmers! Here i wanna how can i set the resolution in ADC,, Actually i'm using 16 bit ADC of 24 bit.. so i'm damn sure it has 65535 states.. This counts are given to the 8 bit of MCU.. Here...
  • How to set the 24bit resolution of ADC in the register??
    Halo Programmers! Here i wanna how can i set the resolution in ADC,, Actually i'm using 16 bit ADC of 24 bit.. so i'm damn sure it has 65535 states.. This counts are given to the 8 bit of MCU.. Here...
  • DFU and MCBSTM32E, general questions about DFU
    Hi everybody, i have here an MCBSTM32E and i want to upgrade its Firmware via USB. So i found the DFU example from ST and tried to load it to the board, it worked. But i have some trouble with...
  • DFU and MCBSTM32E, general questions about DFU
    Hi everybody, i have here an MCBSTM32E and i want to upgrade its Firmware via USB. So i found the DFU example from ST and tried to load it to the board, it worked. But i have some trouble with...
  • General Question Re: Memory Models and Abstract Pointers
    Hi All. I'm becoming more familiar with C51's various memory models, but I could use some confirmation on one issue. Here's a code snippet: char CODE_B = 'B'; char CODE_C = 'C'; ... void TaskShow...