Mercurial > public > hwos_code
comparison src/external_flash.inc @ 423:ccaaac45b61a
_another_ timing fix for firmware updates (2.07 was not published yet anyway)
author | heinrichsweikamp |
---|---|
date | Mon, 02 May 2016 12:41:20 +0200 |
parents | 789230298511 |
children | 9c54849b8d3b |
comparison
equal
deleted
inserted
replaced
422:70e44a442689 | 423:ccaaac45b61a |
---|---|
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 ; No increase of ext_flash_dive_counter:3 | 19 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 | 20 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required |
21 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write | 21 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write |
22 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 | 22 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 |
23 extern ext_flash_byte_write_comms ; without wait, ~86us fixed delay due to 115200 Bauds (Use with caution) | |
23 extern write_spi1 ; Just (dummy)write to read a byte | 24 extern write_spi1 ; Just (dummy)write to read a byte |
24 | 25 |
25 ; Delelte | 26 ; Delelte |
26 extern ext_flash_erase_logbook ; erases logbook memory (000000h -> 2FFFFFh -> 3MByte) | 27 extern ext_flash_erase_logbook ; erases logbook memory (000000h -> 2FFFFFh -> 3MByte) |
27 extern ext_flash_erase4kB ; Erases 4kB sector @ext_flash_address:3 | 28 extern ext_flash_erase4kB ; Erases 4kB sector @ext_flash_address:3 |