cancel
Showing results for 
Search instead for 
Did you mean: 

RTC initialization with STM32CubeProgrammer

ELuca.2
Associate II

Hello Community,

Is it possible to initialize and start the Real Time Clock (RTC) of the STM32U585 at the same time as the firmware and Option Bytes are installed into the MCU with STM32CubeProgrammer SFI process?

1 ACCEPTED SOLUTION

Accepted Solutions

No

Although you might be able to use an External Loader to inject and run code in the Target, that can do whatever you want it too.

Otherwise, provide some user interface via a monitor/loader type implementation in your own code that can allow for serialization, clock setting, etc in your production environment or to your support technicians, etc.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

No

Although you might be able to use an External Loader to inject and run code in the Target, that can do whatever you want it too.

Otherwise, provide some user interface via a monitor/loader type implementation in your own code that can allow for serialization, clock setting, etc in your production environment or to your support technicians, etc.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..