2023-01-25 12:09 AM
Hello I'm using a STM32F1107VCT6 on an EasyMx Pro V7 dev board and I've a problem of clock. I create a project from STM32 Cube MX and I'm using STM32 Cube IDE for developing. I want to toggle a LED every 1 second. For this I'm using the library HAL and the function "HAL_Delay(1000)" but the LED doesn't blink at 1 second. The module of my MCU have two quartz X1(HSE) at 25MHz and X2(LSE) and I want to use the HSE to toggle my LED at 1 second.
I've configured the clock configuration on STM32 Cube MX like this :
I don't understand from where the problem come from if anyone have some idea of this problem and could help me.
Solved! Go to Solution.
2023-01-25 06:12 AM
Hi @Romano and welcome to STCommunity :) ;
Please check the GPIO configuration, for that I highly recommend you this Wiki page: Step2 Blink LED.
I hope this help you!
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-01-25 06:12 AM
Hi @Romano and welcome to STCommunity :) ;
Please check the GPIO configuration, for that I highly recommend you this Wiki page: Step2 Blink LED.
I hope this help you!
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-01-26 12:46 AM
Hello @KDJEM.1,
Thanks for your answer it seems to be a problem of configuration. I've solved my problem tahnks.
Romano
2023-01-26 06:02 AM
Hi @Romano ,
Glad to know that issue is already fixed.
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.