Fixed eeprom commit error and I2C slave iterrupt handling error.#134
Fixed eeprom commit error and I2C slave iterrupt handling error.#134Lance0724 wants to merge 3 commits intoCommunityGD32Cores:mainfrom
Conversation
Fixed incorrect cache memory usage, and revised the interrupt handling logic.
|
What's the error you ran into in EEPROM commit? |
|
Mhm I do see #131 being open in reference to the FlashStorage.h which also relates back too EEPROM.h (?), but the changes here seem unrelated to it. They seem to be clearing up error codes in the flash controller after some operations. Could you in short describe in what conditions this fixes an error for EEPROM as well as what buggy behavior this fixes in the I2C slave code? |
|
Hi, My code roughly executes the following process: I can read the value that was just written. However, after re-powering the MCU, the flash still contains the original value; I am using the MCU gd32e230f8v6. |
|
I'm not exactly sure of the specific cause. I modified the code based on the following example: This code was found in the GD32 demo. |
at32 对于空速计读取数据的应答时间要求比stm32的要求高
No description provided.