User Activity

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...