Flash Memory Read/Write Operations Failing on AVR32UC with Zephyr - What Could Be Missing?
hey guys, lately I was trying to perform read and write operations on the flash memory of my AVR32UC microcontroller, but I'm encountering a different issue during my trial.
This’s the code I’m using:
The error I’m getting:
I've verified that the flash driver is enabled in the
prj.conf
file. Is there anything I'm not getting right? Any suggestion?1 Reply
Hmmm, where is your binding and where do you check it? The address you are reading is also iffy to me (maybe it's valid) and whre do you define your buffer?