• ADC Counts are correct in debugging mode but not in normal mode
    I am working on ADS1241 24 bit ADC. My ADC counts are correct in debugging mode but not in normal mode with or without breakpoints.I am using Keil uvision5 and STLink Debugger.
  • read adc
    hi how can i read mcbstm32f103ze's adc ,in fastest way?
  • Dual mode ADC
    Hey I want to run the cortex M3 in dual ADC mode. Regular simultanious mode to be exact. But I cant figure out how to configure which channel adc2 is converting from. Does anyone know. Help will be...
  • ADC DEBUG
    Hello, how come i can not debug ADC settings, when i runt the code with the simulator the settings are ok, but when i use debug thriugh jtag the values are not updated.. Proberly a small thing...
  • reading two adc in isr
    I am using MCB 2300 board by keil.I am successful in reading 1 adc using ISR ,but it is creating problem when enable ISR for two ADC inputs.Is it possible to read 2 adc's in same isr. I am starting...