cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring RTC in CubeMX stops other processes (Ethernet, TouchGFX)

harshpanchal_6
Associate II

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!       

16 REPLIES 16
harshpanchal_6
Associate II

Hello community,

Any solution for this issue ???

 

Still waiting for clarification from you ...

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.

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.

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.

 

I am not using any while loop operations 

Did you run the debugger and stepped your code and checked if it stops somewhere?

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.

@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!