2011-06-07, 10:38:59
Hi Mikael,
there are configs set in the ds30 loader program as you can see from the settings file. the program i used to test the bootloader is a very simple program containing a basic loop, this was programmed using the ccs PCH compiler and has the line "Fuses none" in it that makes there be no config bits set and when i load the program into the bootloader gui it says the following.
so there shouldnt be any configs set. also I have been using the ds30 loader in basic mode so I believe there is no way to set it to write configs anyway. would it be better if i had the same configs set in the program i write as the bootloader and allow them to be overwritten?
Thanks for your help
Liam
there are configs set in the ds30 loader program as you can see from the settings file. the program i used to test the bootloader is a very simple program containing a basic loop, this was programmed using the ccs PCH compiler and has the line "Fuses none" in it that makes there be no config bits set and when i load the program into the bootloader gui it says the following.
Quote:Parsing hex-file ...
File timestamp: 03/06/2011 12:03:58
Validating hex-file...ok
Hex-file successfully parsed
20 program words found in 2 rows
0 Eeprom words found
0 config words found
so there shouldnt be any configs set. also I have been using the ds30 loader in basic mode so I believe there is no way to set it to write configs anyway. would it be better if i had the same configs set in the program i write as the bootloader and allow them to be overwritten?
Thanks for your help
Liam
(2011-06-06, 22:43:33)Mikael Gustafsson Wrote: Hi,
Did you write configs? If you did, please try without doing that.
Mikael