Giter Club home page Giter Club logo

39sf010_programmer's Introduction

39SF010 Programmer

SST39SF010A Arduino Mega Programmer

Based on the code of 39SF040 / 39SF020A Programmer by Bob Szymanski Published 9/24/2015.

Connect Flash to Arduino mega according to the pins as defined in the source file. SD card pinout is as provided by Arduino, on pins 51-53.

Based on Arduino Mega 2650 and Standard SD Shield. Serial terminal speed 57600.

Quick serial commands list:

HELP - Shows this help

ID - Shows Chip ID

LS - Lists files on SD-card

DUMP arg1 arg2 - Dump to Serial EEPROM data; arg1 - start address, arg2 - data length

ES arg1 - Erase Sector; param1 - sector's start address

EC - Erase Chip

ETF arg1 arg2 arg3 - Writes EEPROM data to File; arg1 - filename, arg2 - start address, arg3 - data length

FTE arg1 arg2 - Program ROM File data to EEPROM; arg1 - filename, arg2 - start destination address

Example Usage:

FTE FIRMWARE.ROM 0x10000 - Writes file FIRMWARE.ROM to EEPROM starting from 0x10000

ETF FIRMWARE.ROM 0x10000 0x8000 - Writes EEPROM data starting from 0x10000 and length 0x8000 to file FIRMWARE.ROM

(ETF stands for Eeprom To File, FTE - File To Eeprom, etc.)

Example workflow

Dependencies: https://github.com/ppedro74/Arduino-SerialCommands @ppedro74

P.S. It is useful for programming EPROM of ZX-Spectrum :)

39sf010_programmer's People

Contributors

doctorandrey avatar robbecandries avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.