I didn't see any error on myside, maybe you can click "update code" to see if the error will miss or not.
You should know that “Mem Physical Sector” and “Mem Start Address” are one-to-one and fixed, and cannot be modified.
Hi@victory
I want to ask, is this the code you wrote yourself?
Have you confirmed that the RTD version is consistent with the project you provided?
I have already shown you my screenshots, and there is no ERROWs.
1. This is the code I wrote myself.
2. The RTD version is 4.0.0.
3. I saw your screenshot; setting the starting address of MemSectorBatch to 0x10000000 is fine, but when I try to set MemSectorBatch to 0x10002000, I get an error.
4. I want to use 32k of data flash starting from 0x10002000, and reserve the data flash from 0x10000000 to 0x10001FFF for booting purposes.
Hi
1.I want to use 32k of data flash starting from 0x10002000, and reserve the data flash from 0x10000000 to 0x10001FFF for booting purposes.
2.Based on point 1, can the fee function still be implemented?