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.
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.
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.
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
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.
bravo! It's rare to find someone using this in the diy space.
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.
Perfectly clear explanation.
I still think I could have done a better job, but I'm glad you thought it was useful.
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.
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.
It would be great, very little documentation. Thinking on using them for SMPS.
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
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
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.