Reverse engineered library from Atmel AVR116 application notes, will help to better understand they flash layer translation technology. Project provide example of using this library over virtual flash device and FatFS from Chan. You can build example with VisualStudio 2013 and also you can use FTL source with your favorite MCU ( i tested it on my STM32 dev board ). You can use it only for education purpose, i checked internal logic with original library but you must understand what something can goes wrong ;)
Details
Project fully compatible with original AVR library on binary level, that means what you can work with AVR libs to create FTL on flash device and then continue using already formatted flash with my code or vise versa.
There has been a great deal of value to me in my involvement with the project. Would like to share it with the notarized translation divorce team so they can also read it and implement something new.
Hello, I see that you rev-engineered the AT25DFx family library. I would like to use an AT45DB161 chip, do you think I can use this library (just adding a new dataflash_dev_t) ? In case source code modification are necessary, do you have any suggestions ? Thanks
There has been a great deal of value to me in my involvement with the project. Would like to share it with the notarized translation divorce team so they can also read it and implement something new.