comparison src/external_flash.inc @ 278:dfac47ac2e1d

BUGFIX: There was a 1:4096 chance that a portion of a dive was not stored correctly resulting in download issues
author heinrichsweikamp
date Mon, 18 May 2015 21:25:56 +0200
parents 13cda523891f
children 62c7af4795b0
comparison
equal deleted inserted replaced
277:24daa6523218 278:dfac47ac2e1d
14 extern ext_flash_disable_protection; Disables write protection 14 extern ext_flash_disable_protection; Disables write protection
15 extern ext_flash_enable_protection ; Enables write protection 15 extern ext_flash_enable_protection ; Enables write protection
16 16
17 ; Writes 17 ; Writes
18 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000 18 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000
19 extern write_byte_ext_flash_plus_nocnt 19 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required
20 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write 20 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write
21 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 21 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3
22 extern write_spi1 ; Just (dummy)write to read a byte 22 extern write_spi1 ; Just (dummy)write to read a byte
23 23
24 ; Delelte 24 ; Delelte