Writing 8-bit data not working correctly in CLI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-03-22 6:42 AM
Writing 8-bit eeprom data with STM32_Programmer_CLI only works when writing to 32-bit aligned addresses i.e. 0x08080000 or 0x08080004 but not with 0x08080001.
Example commands:
$ ./STM32_Programmer_CLI.exe -c port=SWD -w8 0x08080000 0x10
Downloading 8-bit data...
Writing 0x10 at 0x08080000... OK
$ ./STM32_Programmer_CLI.exe -c port=SWD -w8 0x08080001 0x10
Downloading 8-bit data...
Error: Writing 0x10 at 0x08080001... Error
If it's a Flash memory, it may be not erased or protected
Environment:
Windows 10
STM32CubeProgrammer v2.0.0
Programmer: ST-Link V2 and ST-Link V3SET
MCU: STM32L071
Labels:
- Labels:
-
STM32CubeProgrammer
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-23 2:50 AM
I can add that the same issue exists in the GUI.
