User Activity

For my project, i have to read the PA6 and PB0 pins at the same time on my STML082KZT6. These are the ADC_Inch 6 and 8. I have made a code example on STM32CubeMX for the allocations, however the only readings i get are zero.I have allocated uint32_t ...
I need to measure a signal with very low power, the signal can range anywhere between -1 and +10 Volts but i only need the 0 to 3volts for my ADC input(my battery is also 3V). is there an opamp that fits my requirements that is less than 50uA?
I use an opamp to amplify my signal for the internal interrupt of my MCU, but after i this i also need to measure the input signal of the opamp(V+) with an ADC to measure weight. I need to know if there will be any significant changes made to the sig...
For my new project i have to use an ADC to measure the peak value of a pulse. This pulse wakes up the microcontroller from stop mode, and the processor has to wake up the internal adc to take the samples needed. Unfortunately i can't find the time it...