Page 1 of 1

PIC32 programming resources

PostPosted: Wed Sep 22, 2021 7:08 pm
by jvh24521
Maybe I just don't know where to look but I am having trouble finding some software related documents. For the PIC32MM family I would like:

Programmer's reference manual
Assy instruction set and/or
Assy reference manual (that covers things like NOP after branch and other idioms)
Assy examples would be nice.

Thanks,
John

Re: PIC32 programming resources

PostPosted: Thu Sep 23, 2021 3:44 am
by AussieSusan
I don't use the PIC32 devices but in general, look at the Microchip web page for the device that you are using. Scroll to the 'Documentation' section and you will find the data sheet that contains the complete description of the MCU, including the instruction set. The data sheet typically contains assembly instructions but there are often another set of manuals called the Family Reference Manual that has a number of sections for each module as well as other topics of interest to a subset of the family - the web page will list those that relate you that specific MCU. The FRM typically contains examples in C but they often can be used to give you an idea of the equivalent assembler.
Susan