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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/17/06 10:27
Read: times


 
#122425 - Bin to hex, Hex to Bin
Responding to: ???'s previous message

Usually what the linker is outputting is not an issue as it gets loaded into eprom but I can understand where you might have an issue. The reason you read back different data is that the areas that aren't filled in by the intel hex data remain at whatever value they were set at previously - I assume this is the problem you are reporting. Anyway, one method is to use two utilities : hextobin and bintohex (do a search with google) - hextobin does what it says:takes in a intel hex file and creates a bin file. bintohex does the opposite: takes a bin file and creates a hex file. In doing this the output is a intel hex file that is contiguous.

List of 9 messages in thread
TopicAuthorDate
Adress align in Intel-hex            01/01/70 00:00      
   Answers.            01/01/70 00:00      
   Bin to hex, Hex to Bin            01/01/70 00:00      
      Do I have to convert hexbinhex            01/01/70 00:00      
         Use Srecord.            01/01/70 00:00      
         no and yes            01/01/70 00:00      
            What did you mean with the last sentence?            01/01/70 00:00      
               what I ment            01/01/70 00:00      
                  bootloader            01/01/70 00:00      

Back to Subject List