Xim
Xim
Maybe this link is somehow useful here: [https://stackoverflow.com/questions/25947997/how-does-sizeofstruct-help-provide-abi-compatibility](https://stackoverflow.com/questions/25947997/how-does-sizeofstruct-help-provide-abi-compatibility) I think the intermediate structure may help.
I guess, this problem may be restored to the expected aborts behaviour by applying the same method used in https://github.com/stlink-org/stlink/pull/913 What might be challenging is to reproduce this error with...
Maybe I can do some cleanup locally first and follow up the develop process.😃
Sure I will, before the release. Getting busy now.😔
I suggest a check with the same board and other flash tools so that we can confirm this is not a hardware problem. The verification failed at the very beginning...
The "flash tools" I mentioned refers to openocd or the official tools by ST. Sorry for the ambiguous expression. When you check the register values, it would be better to...
The clue is that FLASH_SR shows PGSERR and PGAERR are set, that is, there are some alignment issues. If you can provide the general purpose register values after a failed...
@lulle2007200 in the mail I received you said that with —debug it flashes without error. I noticed that you edited it. Was there indeed a successful flashing, with debug on?...
Some facts may need a stress. 1. The internal flash is erased once a page(page size ranging from 1KB to at least 4KB). Any non-0xff bytes cannot be rewritten reliably....
> busybox制作的文件系统里执行应用程序时不会出现这个问题的 NEMU内执行的软件bug除非您可以确定属于NEMU的行为出错,一般情况下不属于NEMU能够修复的问题。