| Author |
Message |
|
|
Posted: Mar 02, 2012 - 11:15 AM |
|


Joined: Mar 30, 2010
Posts: 57
Location: Guelph, Ontario, Canada
|
|
alright as the title suggests I'm not sure if this is a bug or because it's not a stable version yet
yesterday I took the jump to AVRStudio 5.1.208s everything seemed well importing studio 4 projects. couple warnings but nothing that worried me had to manually import my watch lists but maybe i just couldn't find the save watch list option??
so then I figured I'll install AtmelStudio 6.0.1703b couldnt hurt right?
got this warning after importing a copy of a project that "worked" in version 5
Quote:
[WARNING] The device [atmega8] is not supported in ASF Version [3.0.1] that isused in the project microkernel
so i edited my "microkernel.asmproj" file so it read
Quote:
<AsfVersion>2.11.1</AsfVersion>
I figured that version worked in studio 5 and the device is listed in the device list .. restarted studio and got the same error
Quote:
[WARNING] The device [atmega8] is not supported in ASF Version [2.11.1] that is used in the project microkernel
then I made a new project thinking maybe it was still not configured correct but soon as I click ok the error popped up again
any ideas? I googled a few hours searched around here.. maybe I used the wrong key words or something |
|
|
| |
|
|
|
|
|
Posted: Mar 02, 2012 - 11:20 AM |
|


Joined: Jul 18, 2005
Posts: 62220
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
| As far as I know there has never been any mega8 code in ASF. In fact there is very little for any ATmega. |
_________________
|
| |
|
|
|
|
|
Posted: Mar 02, 2012 - 11:47 AM |
|


Joined: Mar 30, 2010
Posts: 57
Location: Guelph, Ontario, Canada
|
|
what does the ASF (Atmel Software Framework) do?
is it an integrated project management system?
can it be disabled or uninstalled?
the assembler and simulator still support them
strange part is studio 5 doesn't give any warning |
|
|
| |
|
|
|
|
|
Posted: Mar 02, 2012 - 11:55 AM |
|

Joined: Dec 09, 2010
Posts: 154
Location: BW, Germany
|
|
| It is a Software Framework mainly targeted at UC3 and ARM devices http://asf.atmel.com/docs/latest/. It provides driver, services etc. to make it easier for you to develop your application. It sounds to me that you are not using it in your project. Therefore you can just ignore the warning. |
|
|
| |
|
|
|
|
|
Posted: Mar 02, 2012 - 12:09 PM |
|


Joined: Mar 30, 2010
Posts: 57
Location: Guelph, Ontario, Canada
|
|
alright I'll take your word for it
if I find a way that it can be disabled in the project file I'll post an updated
thank you both |
|
|
| |
|
|
|
|
|
Posted: Mar 03, 2012 - 07:32 PM |
|


Joined: Jan 03, 2011
Posts: 127
Location: East coast, India
|
|
| From the project properties -> asf tab choose the version of ASF to be used for your target project. Changing inside project file is not advisible. |
|
|
| |
|
|
|
|
|
Posted: Mar 03, 2012 - 11:10 PM |
|


Joined: Mar 30, 2010
Posts: 57
Location: Guelph, Ontario, Canada
|
|
that tab does not show.. I just double checked but the device isn't supported; could be the reason? (some mega chips)
the .asmproj files are in XML so you CAN edit them. otherwise they would be in binary. but I'd still edit/test them anyway just make sure you understand what you re doing
found if you click the .asmproj file when you open a project you don't get a warning/error!
I was clicking the .atsln file.. I opened it and read the first word and knew i must have the wrong file (joke) |
|
|
| |
|
|
|
|
|