I would to generate option byte file in hex format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-13 5:04 AM
@Exmple:
:020000041FFFDC
:01F800000007
:020000041FFFDC
:01F80200FF06
:020000041FFFDC
:01F80400FF04
:020000041FFFDC
:01F80600FF02
:020000041FFFDC
:01F80800FF00
:020000041FFFDC
:01F80A00FFFE
:020000041FFFDC
:01F80C00FFFC
:020000041FFFDC
:01F80E00FFFA
:00000001FF
I was able to do the same in F series with the help of STVP tool, but in G0 series it is not possible.
- Labels:
-
STM32G0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-13 6:06 AM
Which STM32G0xx part specifically
I think the G0 have the Option Bytes at 0x1FFF7800 rather than the 0x1FFFF800 range this HEX data shows for the F0 series, total 16-bytes
It might be possible to array similar records for the G0 series.
Typically an erase, and rewrite all type operation, right?
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
‎2021-08-13 1:35 PM
Cubeprogrammer supports this?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-13 2:00 PM
Not sure, not using G0 here, but Keil typically has a "Flash Algorithm" for the option byte memory when programming the devices.
Up vote any posts that you find helpful, it shows what's working..
