070RB hangs when reading a register
Posted on March 24, 2017 at 07:20Hello can someone help me with this? it's a simple ADC conversion that hangs on line 8. i don't see how this is possible.1 ADC1->CR |= (uint32_t)ADC_CR_ADSTART; // start first conversion2 count = 0;3 ...