Posted on May 17, 2011 at 14:09Dear Andrew….Thanx for reply…Actually I want to disply the ADC count on USART and this my code int main(void){u16 ADC_val; RCC_Configuration(); SYSTICKS_Configuration(); G...
Posted on May 17, 2011 at 14:09thanx andrew in main () while(1) { //u16 readADC1(u8 channel); ADC_val=ADC_GetConversionValue(ADC1); WriteSerial(DBG_USART,''count ''); Second_Delay(3); WriteSerial(DBG_USAR...
Posted on May 17, 2011 at 14:09Thanx for replying ... actualy in my application my data (Analog temperature value ) i want read this so i am confg here RCC_Configuration(); SYSTICKS_Configuration(); GPIO_Config(); TIM2_Configu...