dsPIC Dual Core MPLAB Project Using MCC

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 10

  • @yaghiyahbrenner8902
    @yaghiyahbrenner8902 Рік тому

    bravo! It's rare to find someone using this in the diy space.

    • @metalplasticelectronics354
      @metalplasticelectronics354  Рік тому +4

      The first microcontroller programmer I bought was from Microchip. I’ve just continued to used them over the years. I think they were the first to offer an affordable programmer. But they were a much smaller company then.

  • @nelsonalex1225
    @nelsonalex1225 7 місяців тому

    Perfectly clear explanation.

    • @metalplasticelectronics354
      @metalplasticelectronics354  7 місяців тому +1

      I still think I could have done a better job, but I'm glad you thought it was useful.

  • @djsbriscoe
    @djsbriscoe Рік тому

    Which compiler are you using for this project? And recommendations on where to learn dsPIC basics? There doesn't seem to be much info around on how to get started with the dsPIC and there are no books available (in English at least). Have you ever thought of doing a basic tutorial? Thanks.

    • @metalplasticelectronics354
      @metalplasticelectronics354  Рік тому

      I’m using the XC16 compilers from Microchip, the free edition. Basically the literature from Microchip about each processor and the family programming manuals. I haven’t though about a basic getting started video. But I will now, not sure how good I would do at that. It might be a fun project to try. Thanks.

    • @miguelsanz836
      @miguelsanz836 11 місяців тому

      It would be great, very little documentation. Thinking on using them for SMPS.

    • @tomasparrado873
      @tomasparrado873 10 місяців тому +2

      I'm not sure if you know, after all this video was a while ago, but the dsPICs have their own dedicated compiler now. XC-DSC.
      Same as the XC-16 but optimised to utilise more of the DSP engine

  • @shinets1
    @shinets1 11 місяців тому

    I have generated the same but showing error on compiling mcc_generated_files/slave1.c:126:19: fatal error: Slave.h: No such file or directory

    • @metalplasticelectronics354
      @metalplasticelectronics354  11 місяців тому

      slave.h should be in the main core file group, under mcc_generated. If not, go back into the MCC in the main core, and I think it's under the slave core peripheral, and save the master settings. Also, make sure the slave project name is correct. I think that is where it comes from.