AVRISP mk2 + mikroC w/out studio

General discussion on mikroC PRO for AVR.
Author
Message
User avatar
dusan.poluga
mikroElektronika team
Posts: 780
Joined: 02 Feb 2017 14:21

Re: AVRISP mk2 + mikroC w/out studio

#16 Post by dusan.poluga » 06 Jun 2017 10:19

Hi,

Sorry about that. Here is the fixed executable program.
download/file.php?id=14750
Best Regards,
Dusan Poluga.

dibor
Posts: 208
Joined: 29 Dec 2014 18:59

Re: AVRISP mk2 + mikroC w/out studio

#17 Post by dibor » 06 Jun 2017 12:04

Hello Dusan.
Thank you !!!!
Now program WORKS!!!
But has small bug when I use AVR with letter P like ATMEGA1284P MikroC AVR IDE send to avrHandler wrong "chip name", adds two additional letters, ATMEGA1284PIC instead ATMEGA1284P.
Attachments
1284P.png
1284P.png (27.91 KiB) Viewed 2298 times

User avatar
dusan.poluga
mikroElektronika team
Posts: 780
Joined: 02 Feb 2017 14:21

Re: AVRISP mk2 + mikroC w/out studio

#18 Post by dusan.poluga » 06 Jun 2017 13:44

Hi,

To fix that open avrdude.conf with a text editor.
Search for ATmega1284P and change the desc tag from
desc = "ATmega1284P";
to
desc = "ATmega1284PIC";

After this configuration change everything should work properly.

Best Regards,
Dusan Poluga.

dibor
Posts: 208
Joined: 29 Dec 2014 18:59

Re: AVRISP mk2 + mikroC w/out studio

#19 Post by dibor » 06 Jun 2017 15:16

Hi.
This trick of course I did, but chip with name ATmega1284PIC is not exist.
AVRdude I use not only with MikroC, so please report to developers about this BUG.

Best Wishes.

User avatar
dusan.poluga
mikroElektronika team
Posts: 780
Joined: 02 Feb 2017 14:21

Re: AVRISP mk2 + mikroC w/out studio

#20 Post by dusan.poluga » 07 Jun 2017 17:19

Hi,

It has been reported to the developers.

Best Regards,
Dusan Poluga.

Post Reply

Return to “mikroC PRO for AVR General”