Dear Christian!
Prompt please how to transfer project BootloadHID to AVRStudio environment.
If to use in the console the utility make the code is compiled, but in AVRStudio errors are always produced
BootloadHID in AVRStudio, problem.
Re: BootloadHID in AVRStudio, problem.
Addition:
The project managed to be transferred in AVRStudio, now it is compiled.
But the HEX-file looks so:
That is the code won't be placed in bootloader area .
How it to correct?
The project managed to be transferred in AVRStudio, now it is compiled.
But the HEX-file looks so:
Code: Select all
:1000000050C06DC269C068C067C066C065C064C0CA
:1000100063C062C061C060C05FC05EC05DC05CC0E4
:100020005BC05AC059C00403090412036F00620088
:100030006400650076002E00610074001003480023
That is the code won't be placed in bootloader area .
How it to correct?
Re: BootloadHID in AVRStudio, problem.
Everything, I have understood
In project options there is section Memory Settings, in it it is necessary to add a segment with a name .text:
In project options there is section Memory Settings, in it it is necessary to add a segment with a name .text:
-
- Rank 1
- Posts: 28
- Joined: Wed Sep 30, 2009 3:36 am
- Location: Osaka, Japan
- Contact:
Re: BootloadHID in AVRStudio, problem.
Hi, uChar,
Could you possibly post your AVR Studio files for HIDBootloader? I could never get it to compile/run correctly in AVR Studio, so I had to always compile it with AVRDUDE, which works fine but is cumbersome to use and to switch MCUs and speeds and such.
Thanks!
Could you possibly post your AVR Studio files for HIDBootloader? I could never get it to compile/run correctly in AVR Studio, so I had to always compile it with AVRDUDE, which works fine but is cumbersome to use and to switch MCUs and speeds and such.
Thanks!