• Check this Code for Stm32f407, Just bilnking the led4 , it is not blinking led
    #include "stm32f4xx.h" void delay_ms(uint16_t dly) { uint32_t f; for(;dly>0;dly--) { for(f=250;f>0;f--); for(f=250;f>0;f--); } } GPIO_InitTypeDef GPIO_InitStruct; int main() { RCC_AHB1PeriphClockCmd...
  • Check this Code for Stm32f407, Just bilnking the led4 , it is not blinking led
    #include "stm32f4xx.h" void delay_ms(uint16_t dly) { uint32_t f; for(;dly>0;dly--) { for(f=250;f>0;f--); for(f=250;f>0;f--); } } GPIO_InitTypeDef GPIO_InitStruct; int main() { RCC_AHB1PeriphClockCmd...
  • this is a test
    couldn't set the post, so do a test
  • this is a test
    couldn't set the post, so do a test
  • Just do it!!
    I am a green hand in learning something about MCU as well as a lovers of MCU.Perhaps I will meet with some difficulties,but I will persist until mastering the essence of MCU.And I hope everyone can really...