Author Topic: How to use the Code developed in the code blocks in Atmel Sutio 7.0  (Read 2506 times)

Offline Arun yvs

  • Single posting newcomer
  • *
  • Posts: 2
Hi Guys!!!
I have done all the coding for arduino micro board in the Code blocks, and I want to debug the code with ATMEL ICE programmer that is available with me. I am unable to debug using the ICE programmer in code blocks. So, I want to switch to the Atmel syudio for debugging.

Suggest how to add the whole project to the Atmel Sutio 7.0 or Debugging with ICE in Code Blocks anything will be helpful to me..

Please Support!! :'(

Thanks in Advance!!

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: How to use the Code developed in the code blocks in Atmel Sutio 7.0
« Reply #1 on: March 11, 2016, 12:06:47 pm »
This forum is for Codeblocks only, if you need help with Atmel Studio try their forum or support. If you want to debug your Arduino code with CB, first of all you'll need a gdb-server that can interface ICE. You should check avarice documentation to see if it's possible. If not, then you're very much out of options, not even considering all the hassle to configure avr-gdb (whatever) for Arduino under CB.