Hello Soledad,
Thank you for the reply. To be honest I still have my problem unresolved. I have read the linked documents that you kindly point me to, but i could not find the answer I was looking for.
The only chapter that is close to what I was questioning is located in MCUXIDECTHG.pdf, chapter 3.4.6 Labels and identifiers. In here I found that I can add different "Idetifier" to the same port and I can also create "Functional group" to better group the pins. So I thought that I could have a functional group A with PTE10 with the Identifier LED1 and also another functional group B with PTE10 but this time with the identifier INPUT1, but I could not do that as I got this erros "Selected value is duplicated with 'Signal' value in '#13-GPIOE.GPIO.10' setting from BOARD_functional_A function"
My main intention is to have, for instance this logic:
- After a reset the board do not initiate any port and tries to figure out what is the environment it is in
- If it is environment A then it will run the functional group A and have port PTE10 as LED1
- If it is environment B then it will run the functional group B and have port PTE10 as INPUT1
Is this possible? Can I have the pins identified on Pins function. It can obviously be done in the code, but I would prefer to use the Pin tab as it is much more user friendly and better for future changes on my project.
Thank you
Regards