2022-01-20 2:46 AM
Hi, I want to use the RTC. ( Use STM32F429ZI Discovery board )
So, I set
1. RCC-> High Speed Clock Cystal/Ceramic Resonator
RCC-> Low Speed Clock Cystal/Ceramic Resonator
2. Clock Configuration -> RTC Clock Mux -> LSE
3. Pinout & Configuration -> Timers -> RTC -> Active Clock Source
4. Generate Code and Build project but, failed
Can you help me to solve this problem?
2022-01-20 9:11 AM
Hello @지용 한 ,
Thank you for reporting your issue, I will try to help you on it :) .
First on my side, I started a new project following the same steps as you and it works properly. You can try it on your side with my project attached. I am using STM32CubeIDE V1.7.0.
Now let's try to understand your issue, please provide me more details on your project.
Thank you for your responses.
A.MVE
2022-01-20 5:43 PM
Hi,
I think, the problem is importing from TouchGFX to STM32CubeIDE.
TouchGFX Desinger version is 4.18.1
The order of execution is as follows.
I ran a few test( DAC, ADC, UART ..), but all failed with similar problem.
( Undefined reference to 'HAL_DAC_init' ...)
Can you help me, how to import from TouchGFX to STM32CubeIDE?
2022-01-21 1:24 AM
Hi @지용 한 ,
Thank you for your detailed description.
By following your steps I had the same issue, but I find a workaround that can help you :) . Before that please have you followed those installation steps.
Please can you try that on your side :
That should solve your issue for now.
I will check internally why we can't use STM32CubeIDE to update the project.
Best Regards
A.MVE
2022-01-21 10:50 PM
Thank you for your help.
But, I have another issue.
I finished downloading the firmware, but nothing displayed on the LCD.
My Steps:
In STM32F429ZI-Discovery board, the LD1 LED blinks during firmware download.
Go to C:\TouchGFXProjects\MyTemplate\ open the file MyTemplate.touchgfx, I can see icons.
In TouchGFX, I can run simulator and see icons.
Could you help me the problem what is?
2024-10-25 5:57 AM
I understand what's problem.
If you take look at the hierarchy under driver/stm32f4xx_HAL_Driver.
You will notice hal file related to rtc not present. You have to link this file path so that this file will be available.
And after that compile code.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.