waxman328
10-19-2004, 08:33 PM
Hello folks,
I hope this question isn't too simple to be in this section of the forums. I'm fooling around trying to learn how to write pfgs for Atmega. Don't want to use Mikenet or any of them pfg makers. I've read the readme that comes with jEEPers and understand that the [EEP] topic should contain the eeprom. I have looked at a few pfgs and there's nothing under [EEP], there is [EEPROM IMAGE] however, which I think is what I'm looking for. I'd like to convert this section from hex to bin, but can't figure out which part to convert. The lines read:
// [EEPROM IMAGE] --
SetImageString(EEP, 000,FF0B52AAEB540021FFFFFFFFFFFFFFFF, 10)
SetImageString(EEP, 010,00000000000000000000000000000000, 10)
SetImageString(EEP, 020,00112233445566778899AABBCCDDEEFF, 10)
and so on....
In the case of the first line, would I just need to convert the FF0B52AAEB540021FFFFFFFFFFFFFFFF portion of it? My understanding is that once converted I should be able to look at it using Nagraedit. Sorry for the lengthy post, just trying to understand. Thanks.
I hope this question isn't too simple to be in this section of the forums. I'm fooling around trying to learn how to write pfgs for Atmega. Don't want to use Mikenet or any of them pfg makers. I've read the readme that comes with jEEPers and understand that the [EEP] topic should contain the eeprom. I have looked at a few pfgs and there's nothing under [EEP], there is [EEPROM IMAGE] however, which I think is what I'm looking for. I'd like to convert this section from hex to bin, but can't figure out which part to convert. The lines read:
// [EEPROM IMAGE] --
SetImageString(EEP, 000,FF0B52AAEB540021FFFFFFFFFFFFFFFF, 10)
SetImageString(EEP, 010,00000000000000000000000000000000, 10)
SetImageString(EEP, 020,00112233445566778899AABBCCDDEEFF, 10)
and so on....
In the case of the first line, would I just need to convert the FF0B52AAEB540021FFFFFFFFFFFFFFFF portion of it? My understanding is that once converted I should be able to look at it using Nagraedit. Sorry for the lengthy post, just trying to understand. Thanks.