xiaosenluo

Results 4 comments of xiaosenluo

I encountered the same problem, unable to load libjtagcore_x64.dll, and fixed the problem by modifying the function call method. The modification can refer to : ``` patch Subject: [PATCH] support...

LittleFS uses a copy-on-write mechanism to ensure that the file system remains consistent even in the event of a power failure. This means that instead of directly overwriting data, it...

for your read, write, erase function, you can try use these configuration for lfs: ```C struct lfs_config cfg = { // Block device operations .read = File_System_Flash_Read, .prog = File_System_Flash_Prog,...