Question
capacitor does nut fully charge
hi
I have a 1000uF capacitor and a blue pill STM32F103c8t6. I connected the positive end of cap to PB9 and the negative end to GND.
then I had the code below inside while(1) loop
///////////////////////////CHARGE//////////////////////////////////
HAL_GPIO_WritePin(GPIOB,GPIO_PIN_9,GPIO_PIN_SET);
HAL_Delay(10000);//wait to fully chargedbut when I measure voltage using a multimeter, I see 0.5v instead of 3.3v. why?
Edit. when I use 1uF cap or less, I see 3.3v... can someone explain that?
