Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/08 12:59
Read: times


 
#160149 - It's Dataflash not EEPROM address, but...
Responding to: ???'s previous message
Hi Hans,

Yes, it is correct that 3000H -FFFFH is access address of falsh rather than EEPROM. I got confuse myself when I change that piece of code from 2000H to 300H and got it works. The original code was not developed by me, but someone already left. And the comment was his.

;---------------------------------------------
; EEPROM DATA
;---------------------------------------------
; ORDER TABLE
; To read rom we must locate
; it after 127 (7F hex)
; ram addresses

cseg at 2000H ;WHAT DOES THAT MEAN???

; Location of charactor data.
;---------------------------------------------
; Position data or order
; Enter the order that the floors shall be in.
;To define a message DB Mess?," " include a space so each input is made up of 2 bytes.

ORDER: DB " "
DB "B " ;Flr1 =LG b
DB "G " ;Flr2 =G g
...

MX: DB Mess1 ;Message 1 "Out Of Service"
cseg at 2082h
DB 06h ;2082h Scroll speed
DB 20h ;2083h
...


List of 14 messages in thread
TopicAuthorDate
AT89S8253: EEPROM programming via serial COM            01/01/70 00:00      
   simple example            01/01/70 00:00      
   Problem            01/01/70 00:00      
   No need to "increment"...            01/01/70 00:00      
      Problem in migrating from AT89S8252 to AT89S8253 - Pls help!            01/01/70 00:00      
         Confusion            01/01/70 00:00      
            It's Dataflash not EEPROM address, but...            01/01/70 00:00      
               I assume that you have external RAM            01/01/70 00:00      
                  Problem in migrating from AT89S8252 to AT89S8253 - Pls help!            01/01/70 00:00      
                     Probable answer            01/01/70 00:00      
                         Probable answer for serial re-program EEPROM            01/01/70 00:00      
                           AT89S8252, change in serial programing            01/01/70 00:00      
    Problem in migrating from AT89S8252 to AT89S8253 - Pls hel            01/01/70 00:00      
      Please explain your hardware            01/01/70 00:00      

Back to Subject List