RTC initialization with STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 9:18 AM
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?
Solved! Go to Solution.
- Labels:
-
STM32CubeProgrammer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 9:36 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-14 9:36 AM
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.
Up vote any posts that you find helpful, it shows what's working..
