Just been asked to start a new project with with a microchip Arm m4 (PIC32CX SGxx) family.
Unfortunately it “requires” their own XC32 compiler making the normal thumb m4 ports that I use for most other m4 processors useless as the assembly is different between XC32 and GCC.
Does anyone know anywhere one may find an embryo to a port.c/.h or can highlight my stupidity so that I can get this processor going?
I have it up and running now with “normal” gcc , I managed to find all the defines etc needed to get it all going in the hidden install folder for the ide, so I just don’t use the xc.
From reading a bit more, it seems XC doesn’t really bring anything of value to the table, so I’ll use gcc instead.