Difference between revisions of "TL866ii Plus Programmer"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 3: | Line 3: | ||
[[file:TL866ii_Plus.PNG]] | [[file:TL866ii_Plus.PNG]] | ||
+ | |||
+ | == Flash Memory Programming Example == | ||
+ | |||
+ | === Flash Memory (EEPROM) Programming ================= | ||
+ | |||
+ | * Program using [[TL866ii_Plus_Programmer|TL-866ii plus programmer]] | ||
+ | * File = [https://github.com/douggilliland/Linux-68k/blob/master/S68K_001/S68K_001.hex S68K_001.hex] | ||
+ | * Set EPROM offset when file is loaded to accommodate memory map offsets for EPROM space | ||
+ | ** Set From File Start Addr(Hex) to '''80000''' | ||
+ | ** To Buffer Start Addr(Hex) to 00000 (should be already that value) | ||
+ | * Using SST 27SF256 part | ||
+ | ** Part is 32 KB | ||
+ | |||
+ | [[file:SIMPLE-68008_EEPROM_Programmer-02.PNG]] | ||
+ | |||
+ | * Got Device ID error | ||
+ | ** Turn off ID checkbox in the Options section (bottom left of window) | ||
+ | * Device programmed/verified | ||
+ | * Memory Buffer should look like | ||
+ | |||
+ | [[file:SIMPLE-68008_EEPROM_Programmer.PNG]] |
Revision as of 19:05, 21 June 2024
- Part pin 1 to pin 1 nearest lever
- Ex:
Flash Memory Programming Example
Flash Memory (EEPROM) Programming ==============
- Program using TL-866ii plus programmer
- File = S68K_001.hex
- Set EPROM offset when file is loaded to accommodate memory map offsets for EPROM space
- Set From File Start Addr(Hex) to 80000
- To Buffer Start Addr(Hex) to 00000 (should be already that value)
- Using SST 27SF256 part
- Part is 32 KB
- Got Device ID error
- Turn off ID checkbox in the Options section (bottom left of window)
- Device programmed/verified
- Memory Buffer should look like