This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi George,
In PPS, go to Tools > Options and look for Generate Device Driver Interface and check that box. This will generate a header file when compiling the code. To parse the code with the MCU, look for the driver support document in the PPS extranet. You'll find information on the number 255 which you would use to jump between structs.
You probably will have custom settings on your board (PLL settings, different I/Os, etc.). For such case, click the framework and open the SystemSettingsCode property which will show all the device register settings.
Regards,
J-