Skip to content

Python scripts for interfacing SPI NOR flash with FT232H

License

Notifications You must be signed in to change notification settings

mcprat/FT232H-flash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python scripts to use FT232H with SPI NOR flash chips

Introduction

Each script has a "Variables" block where the offset / block is selected

Each script has a "Constants" block where SPI commands and reused variables are set

  • by default the SPI commands are good for most chips,
  • chip.py -------- read ID and status registers
  • erasechip.py --- erase by sector / block / whole chip
  • readchip.py ---- read any sector / block range
  • writechip.py --- write any sector / block range

Dependencies

Future development

Pull requests are welcome

Eventually make this into a python console program...

About

Python scripts for interfacing SPI NOR flash with FT232H

Resources

License

Stars

Watchers

Forks

Languages