2019-12-07 11:16 PM
Hi, with stm32cubeprogrammer i've read flash memory, but when i want to program the micro with the file that i've read, it says that "core is locked up". what should i do to solve this problem?
2019-12-08 01:00 AM
Maybe you copied too much of the flash and the user area is smaller?
2019-12-08 07:49 AM
What part?
Is the problem with READING or WRITING (Programming)?
What memory area are you accessing?
Perhaps post a log? Select the highest debug level.
2019-12-09 03:12 AM
By reading i have no problem. In "Device memory" window there is a address bar, data size and data width, that i use the default value for them. Then i choose "save as" and then read command.
By writing i receive these messages:
'Start operation achieved successfully'
'Warning : The Core is locked up'
'Download verified successfully'
'File download complete'
I'm trying to read flash memory.
What do you mean by 'post a log'? I don't understand.