Hi there,
I recently ran into an error, where the file peripherals.c autogenerated with the MCUXpresso Config Tools had a typo, when I was trying to configure LPADC1 for a project on 1170-evk.
As seen in the linked image, triggerPriorityPolicy has been misspelled as triggerPrioirtyPolicy in the generated file, which in turn causes a failure to build the project (the "on disk" file is the one I fixed manually).
While it was relatively easy to fix manually, I figured that you would like to know it, so it can be fixed.
Best regards,
Mathias