nand_programmer
nand_programmer copied to clipboard
Porting programmer to raspberry
Is it possible to add support for raspberry boards It has all needed pins so there is no need to build a programmer pcb from scratch
MCU should have some memory interface as FSMC in STM. Otherwise read/write of NAND using GPIO bit-banging will take hours. I see raspberry pi has SMI (secondary memory interface). Need to do proof of concept to see whether it is suitable.