Whereas the version 7.0 of the tool generated nice symbols for the pin ports and numbers, they aren't present anymore in the generated pin_mux.h header. This is happening to me on an i.MX RT1010 device.
Solved! Go to Solution.
Hello,
seems that in case of i.MX RT processors, Pins tool in MCUXpresso Config Tools v8 incorrectly filters out all of the pin symbols when generation of extended pin information is disabled. To workaround the problem until full fix is available, please go to Edit > Configuration Preferences and enable generation of extended information in header file:
Sorry for the inconvenience caused by this issue.
Regards,
Lukas
Hello,
seems that in case of i.MX RT processors, Pins tool in MCUXpresso Config Tools v8 incorrectly filters out all of the pin symbols when generation of extended pin information is disabled. To workaround the problem until full fix is available, please go to Edit > Configuration Preferences and enable generation of extended information in header file:
Sorry for the inconvenience caused by this issue.
Regards,
Lukas
Thanks for the swift response. Interestingly,the same setting can be found for the Config Tools integrated into MCUXpresso IDE (v11.2.0), under Project/Properties/MCUXpresso Config Tools, but here it's enabled even if in the standalone Config Tools the same file is marked as disabled. When I change the flag setting in the standalone version, then both versions generate the symbols.