Compiling the source code (learning edition)

Post Reply
User avatar
blixten
Posts: 8
Joined: Tue May 21, 2013 11:21 am

Compiling the source code (learning edition)

Post by blixten »

I tried to compile the source code (learning edition) with the new Atmel Studio 6.1 (build 2562), and
after cleaning up the code a little to get it through the compiler and linker I downloaded it into my
DSO 062 board (rev. C) with my AVRISP mkII programmer.

But it doesn't start up correctly. It seems to end up in an infinite reset loop. It show the startup screen
with version info, and then "in a short blink" shows the main oscilloscope screen before resets and
starts all over again.

Has anyone else had similar problem, and have some hints?

Used links:
* http://www.atmel.com/tools/atmelstudio.aspx
* http://www.jyetech.com/Products/LcdScop ... des_LE.rar
User avatar
blixten
Posts: 8
Joined: Tue May 21, 2013 11:21 am

Re: Compiling the source code (learning edition)

Post by blixten »

I have now been able get it to work.

I started from the beginning again and cleaned up the code to get it
through the compiler, and now everything worked.

I had probably messed up somewhere during that work earlier :oops:

Now I can start adding new features :)
jye1
Posts: 1221
Joined: Wed Feb 20, 2013 4:58 pm

Re: Compiling the source code (learning edition)

Post by jye1 »

Good to know you make it work at AVR Studio.
Post Reply