Hi George,
My project lead found the issue.
We forgot a predefined symbol EMBEDDED_BUILD for a macro definition
#ifdefEMBEDDED_BUILD#defineSTARTMODE (gioSetBit(gioPORTB,1U,1U)) #else#defineSTARTMODE{}#endif
The second definition caused the segmentation fault. This error was introduced between v5.0.4 and v5.1.1.
Let me know if you need some files via a private channel to submit for a bug report.
Thanks, Charlie