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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/05 08:25
Read: times


 
#87745 - Use ISP devices
Responding to: ???'s previous message
"The devices I am using is
1] 8051/ARM7 "

(1) First clarify whether u r using 8051 or ARM7 because these two are totally differet processor and having no architech ressemblance .
if u r using 8051 then u can for ISP (In Circuit Programmable) devices from ATMEL/Phillips like 89s8252 , 89c51RD2 for firmware upgradation.

"how this firmware upgrade will happen when my linker file defines the code address as read only"

You can download HEX file generated as Linker output to ISP devices using ISP hardware & software(avail in market and lots of information of same is aval forum past messages)

It is defined as read only because it is program code and no program code/instruction can write on this area. Code is read only after it is loaded into IC but ISP code inside above ICs can write your code on these memory location during programming mode .

ISP ICs are supplied with inbuit boot laoder.
You can go through Data Sheets/Application notes about these ICs on ATMEL/Phillips site



List of 6 messages in thread
TopicAuthorDate
firmware upgrade            01/01/70 00:00      
   Use ISP devices            01/01/70 00:00      
      IAP - not just ISP?            01/01/70 00:00      
      SMS - Anil Gupta            01/01/70 00:00      
         Sorry I will take care in future            01/01/70 00:00      
            1 speed-up 100 slow-down            01/01/70 00:00      

Back to Subject List