V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

General discussion on mikroPascal PRO for PIC.
Post Reply
Author
Message
pausmi
Posts: 2
Joined: 10 Apr 2020 18:02

V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#1 Post by pausmi » 12 Apr 2020 16:04

Hello I am a newbie making my first steps with programming of PIC´s.
Doing the examples everthing works fine. Creating a new project there is no step 4, asking for libraries, Adding the needed libraries (for example Button in the Button example) I can build the project without failure. Programing is possible after setting programmer/Debugger options in the Tools Meue to Codegrip. The green working bar appears and then the message Compiled\Programmed. But nothing happens on the easyPIC board.
Closing my project and opening the button example again I can can reload it to the easyPIC board and it works fine.
Is there any additional library I have to add or an additional setting that has to be done?

User avatar
jovana.medakovic
mikroElektronika team
Posts: 986
Joined: 18 Dec 2018 10:36

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#2 Post by jovana.medakovic » 15 Apr 2020 14:47

Hello,

Please try running the IDE as administrator.
Also, make sure that your clock settings are OK. Open the Edit Project window by pressing Ctrl + Shift + E and check your clock settings.

Kind regards,
Jovana

pausmi
Posts: 2
Joined: 10 Apr 2020 18:02

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#3 Post by pausmi » 17 Apr 2020 17:28

Hello,
I am runnig the IDE as admin and the MCU Clock is set to 32000000 MHz as in the example. I have reinstalled the IDE but still the fourth step (Libraries) is missing in the New Project wizard.
Best regards
Peter

User avatar
jovana.medakovic
mikroElektronika team
Posts: 986
Joined: 18 Dec 2018 10:36

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#4 Post by jovana.medakovic » 21 Apr 2020 12:24

Hi Peter,

In the latest version of the compiler, there is no more step 4 (adding libraries) when you create a new project.
You can include the libraries after creating the project.

Kind regards,
Jovana

RDubs12
Posts: 3
Joined: 07 Aug 2022 23:16

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#5 Post by RDubs12 » 07 Aug 2022 23:19

Hello,

I am having the same issue. Example code runs perfect. If I create a new project and copy the example code to it, nothing happens when I upload it to the EasyPIC V8. Any help would be appreciated.

RDubs12
Posts: 3
Joined: 07 Aug 2022 23:16

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#6 Post by RDubs12 » 08 Aug 2022 23:16

I figured out what is causing the issue, but I do not understand why. I noticed that the Configuration Registers were different in the example. I saved them and loaded them into the new project and everything worked as expected.

I am new to all of this so can someone explain to me what the Configuration Registers are and why they were not set properly when I chose the MCU?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: V.7.6.0 with Codegrip and easyPIC v8 New Projects don´t work

#7 Post by filip » 12 Aug 2022 08:09

Hi,

Configuration registers are used the configure the target MCU essentials - like clock, watchdog, etc.

Here is an official explanation from the Microchip :
http://ww1.microchip.com/downloads/en/d ... 31027a.pdf

Regards,
Filip.

Post Reply

Return to “mikroPascal PRO for PIC General”