This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problemas para abrir el Atmel start en Keil uVision

Hello! good morning everyone, I have a new problem and is using the atmel Start, I can not open the file .gpdsc, I have this legend  

y lo estoy haciendo siguiendo los pasos que me recomienda MICROCHIP que esta: 

Atmel START User's Guide (microchip.com)

what might not be opening the file created by atmel start?. I would appreciate it if you could help me because I can't edit the files, thank you and have a nice day.

Parents
  • you say that it is better to use each manufacturer's IDE

    No, I didn't say that; I actually said that I find that can be the easier approach - my opinion & experience.

    You are now struggling with exactly the kind of issues which are avoided by taking that approach.

    You have to decide what battles you want to fight - do you want to spend time to integrate 3rd-party utilities into a "standard" IDE, or do you just want to get on with developing your project?

    There may be other compelling reasons to use Keil in certain cases - such as the advanced features of the ARM toolchain - but you don't really benefit from that with the Free version.

    Of course, once you've paid the (significant) fee for a full Keil licence, that does become quite an incentive to make maximum use of it!

    I don't understand then why Keil can't program the ATMEL micro.

    Of course it can!

    As I said earlier, it's all just source code - the compiler neither knows nor cares whether it was written by hand or generated by tools such as SMART or the ASF Wizard.

    The tricky bit - which is where you're struggling now - is to get those custom tools to "play nice" with 3rd-party IDEs.

    If your professor wants you to use code from START in Keil, then you should be going to her/him for assistance to get it working.

Reply
  • you say that it is better to use each manufacturer's IDE

    No, I didn't say that; I actually said that I find that can be the easier approach - my opinion & experience.

    You are now struggling with exactly the kind of issues which are avoided by taking that approach.

    You have to decide what battles you want to fight - do you want to spend time to integrate 3rd-party utilities into a "standard" IDE, or do you just want to get on with developing your project?

    There may be other compelling reasons to use Keil in certain cases - such as the advanced features of the ARM toolchain - but you don't really benefit from that with the Free version.

    Of course, once you've paid the (significant) fee for a full Keil licence, that does become quite an incentive to make maximum use of it!

    I don't understand then why Keil can't program the ATMEL micro.

    Of course it can!

    As I said earlier, it's all just source code - the compiler neither knows nor cares whether it was written by hand or generated by tools such as SMART or the ASF Wizard.

    The tricky bit - which is where you're struggling now - is to get those custom tools to "play nice" with 3rd-party IDEs.

    If your professor wants you to use code from START in Keil, then you should be going to her/him for assistance to get it working.

Children