The code is as follows.... RCC_AHBPeriphClockCmd (RCC_AHBPeriph_DMA1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE);...
The value at the address 0xE004 2000 (DBGMCU_IDCODE) is 0x10006430 which means the revision id is 0x1000. Per the RM008 Reference Manual the only valid value is 0x1003. I'm looking in errata document to determine which I2C issues apply to the proce...
Correction... uint16_t lowThreshold = 3300; uint16_t highThreshold = 3500;Actual still 3794.I was changing thresholds to and the previous was incorrect. No matter what the threshold I don't get the interrupt.