ATMEL, BOOTRST и Flip 3.4.7, приложение не запускается при загрузке
Используемые инструменты: ATMEL Flip 3.4.7 и AVR Studio 5.1
A) Failing to start application at boot:
A.1) I did program an application with AVR Studio 5.1,
I compiled fine and I produced the "hex" file,
A.2) I did use ATMEL Flip 3.4.7 to write the "hex" file in flash:
the program is not started by the bootloader;
it seems the BOOTRST fuse is still zero.
B) Application at boot starts successfully:
B.1) If I use Flip 3.4.7 to write the "hex" file in flash
of an alternative firmware to mine
(firmware produced by a third party company)
B.2) and after I use always Flip to write my "hex" file in flash
then everything is fine and my program is started.
Поэтому я беспокоюсь о том, как создать "шестнадцатеричный" файл с помощью AVR Studio: нужна ли мне какая-то особая опция для предохранителя BOOTRST, чтобы запрограммировать его для запуска моего приложения при перезагрузке?