Sonsivri

Electronics => Pic C Languages => Topic started by: metal on December 22, 2018, 06:52:34 18:52



Title: PIC config tool
Post by: metal on December 22, 2018, 06:52:34 18:52
Hi,

I have been away for ages from MCUs, tbh I feel I lost most of my skills these days. Anyway, is there a tool for PIC that can do what CubeMX does for STM32?

thanks


Title: Re: PIC config tool
Post by: Manuel on December 22, 2018, 10:17:30 22:17
Hi Metal,
the tool is integrated into the MPLABXide suite...

check menu in the suite:

-->WINDOWS-->MPLAB CODE CONFIGURATOR v3

enjoy.
Manuel


Title: Re: PIC config tool
Post by: sadman on December 23, 2018, 06:23:25 06:23
Hi,

I have been away for ages from MCUs, tbh I feel I lost most of my skills these days. Anyway, is there a tool for PIC that can do what CubeMX does for STM32?

thanks

here you go my friend


Title: Re: PIC config tool
Post by: metal on December 24, 2018, 05:17:27 05:17
Hi Metal,
the tool is integrated into the MPLABXide suite...

check menu in the suite:

-->WINDOWS-->MPLAB CODE CONFIGURATOR v3

enjoy.
Manuel

I think this one has to be downloaded first from tools->plugins

thank you

Posted on: December 24, 2018, 12:56:45 00:56 - Automerged

this is a very poor tool, PIC18F2550 doesn't seem to be supported in code configurator..


Title: Re: PIC config tool
Post by: Catcatcat on December 24, 2018, 03:24:07 15:24
I also recommend MCC, I switched to it and without MCC I can no longer :D For PIC32 MHC recommend.

(https://i.ibb.co/BZb4kJ9/mcc.png)


Title: Re: PIC config tool
Post by: metal on December 24, 2018, 08:27:50 20:27
I just need to work with PIC18 :- )
seems I will stick with stm32


Title: Re: PIC config tool
Post by: mars01 on December 24, 2018, 11:36:26 23:36
Given how cheap is now stm32f072 (ADC 12bit, DAC 12bit), ARM's the way ... PIC18's the past.


Title: Re: PIC config tool
Post by: zokij on January 03, 2019, 01:46:41 13:46
I just need to work with PIC18 :- )
seems I will stick with stm32

or you can see:

https://www.microchip.com/forums/m904370.aspx (https://www.microchip.com/forums/m904370.aspx)

mean its depend what you need :)

I still vote for PIC - if I have to do a serious project :)


Title: Re: PIC config tool
Post by: Catcatcat on January 03, 2019, 03:35:55 15:35
or you can see:

I still vote for PIC - if I have to do a serious project :)

PIC - forever! ;D


Title: Re: PIC config tool
Post by: Kombinator on February 05, 2019, 05:45:20 17:45
In the last 5-6 years, I have been starting to encounter the use of the Micrоchip digital signal processors of the 33 series.
Replaced Motorola processors in 3phases inverters, induction cookers, and more.
The unpleasant thing is that they are locked up, we can not replace them and rewrite them, and we're forced to throw out appliances that have more life.
I think it makes sense again to pay attention to the PIC processors.


Title: Re: PIC config tool
Post by: Poty on December 10, 2020, 01:48:20 01:48
Hello. The problem with this mplab configurator, is that only support a few chips (all from different families), so, you have to select the specific one that has the adequate pin configuration, and copy the generated config file and adapt it to your actual pic. It is a little messy, because it has files calling files including files that call other files.... ad infinitum. But.... well, this is what we do, right? To learn how all the peoble who developed mplab, the libraries, the pic families, and the compilers (whatever you use) think, and encrypted all... LOL
Just a little patience, and good reading interpretation, and all will be ok.
Regards.


Title: Re: PIC config tool
Post by: Catcatcat on December 10, 2020, 10:19:32 10:19
I want to confirm that the use of MCC gives a tremendous advantage in the development of new projects, but in MCC everything is not perfect yet. Often one and the same libraries work perfectly on one type of MC, and on the other do not work. Those. it is necessary to approach the MCC with the understanding that the MCC is also written by people and there may also be errors in it. Often I have to use my homemade libraries to get around the flaws of the MCC.


Title: Re: PIC config tool
Post by: Manuel on December 11, 2020, 07:31:22 07:31
Pic Pic Pic, Agree.

X!


Title: Re: PIC config tool
Post by: jartur on December 12, 2020, 10:34:19 10:34
Helo, maybe you could try with CCS PIC with options menu ( File / New / Project Wizard )
Sometimes is good to achieve one good initial configuration and this not need PIC with new peripherals almost works with all also old PIC.


Title: Re: PIC config tool
Post by: avrlover on December 12, 2020, 03:52:01 15:52
Have you tried this one
http://www.sonsivri.to/forum/index.php?topic=62528.0


Title: Re: PIC config tool
Post by: tumbleweed on December 12, 2020, 03:53:05 15:53
Sometimes is good to achieve one good initial configuration and this not need PIC with new peripherals almost works with all also old PIC.
You have to be careful with that... one of the biggest problems I see with PICs is assuming that code for one is the same for another, and many times that's not the case.

They change the peripherals almost as often as they change chips!