comparison src/external_flash.inc @ 281:eb758a5b44eb

BUGFIX: Fix download issue for dives made with 1.80 firmware
author heinrichsweikamp
date Tue, 26 May 2015 17:40:13 +0200
parents 62c7af4795b0
children 789230298511
comparison
equal deleted inserted replaced
280:c39aff8576f4 281:eb758a5b44eb
11 ; Misc 11 ; Misc
12 extern ext_flash_power_down ; Put Flash in Deep Power Down 12 extern ext_flash_power_down ; Put Flash in Deep Power Down
13 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3 13 extern incf_ext_flash_address_p1 ; +1 for the ext_flash_address:3
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 extern fix_180_dives ; fix dives made with the 1.80
16 17
17 ; Writes 18 ; Writes
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 ; Write from WREG and increase address after write with banking at 0x200000
19 extern write_byte_ext_flash_plus_nocnt ; No increase of ext_flash_dive_counter:3 20 extern write_byte_ext_flash_plus_nocnt ; No increase of ext_flash_dive_counter:3
20 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required 21 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required