User Activity

Posted on July 27, 2015 at 16:51Hi All,Why the ADC is work only with the following configuration :RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div4); ADC_CommonInitStructure.ADC_Clock = ADC_Clock_SynClkModeDiv4;I try to configure as the following:RCC_HCLKConfig...
Posted on July 13, 2014 at 14:19Hi,We have application that run in flash from address: 0x08000000.In order to update the application, we send loader code to the application through USB, the application copy the loader code in the RAM starting from a...