2025-03-19 11:11 PM - last edited on 2025-03-20 2:15 AM by Andrew Neil
Hello Folks,
I am facing the issue regarding the RTC in stm32H7S78-dk evaluation board. So, the issue is if I configure the internal RTC in my IOC file all the other the process stops on my board which is working already like TouchGFX, Ethernet my LCD screen all the the operations stopes. So, what is the actual issue with RTC. Your inputs will be appreciated. Thank you!
2025-03-25 5:30 AM
Hello community,
Any solution for this issue ???
2025-03-25 5:43 AM
Still waiting for clarification from you ...
2025-03-25 5:52 AM
Use the debugger and check if you fall into an error with a while(1) loop!
As said by others you need to share more details.
2025-03-25 6:19 AM
I am just adding the RTC configurations in IOC file and once the configurations I just saved and generate the code with the RTC configs and after that if I build and run the code my other applications stops working. My LCD screen gets blank, my WIFI/BLE operations and ethernet operation stops working just by adding the RTC feature in the IOC file. This is the issue I am facing sir.
2025-03-25 6:19 AM
I am not using any while loop operations
2025-03-25 6:24 AM
Did you run the debugger and stepped your code and checked if it stops somewhere?
2025-03-25 6:42 AM
@harshpanchal_6 wrote:if I build and run the code my other applications stops working.
What do you mean, "other applications" ?
You don't normally have more than one application on a microcontroller.
And, again, what testing/investigation/debugging have you done to find out what's going on?
"Stops working" tells us nothing at all!