Hi,
I'm developing for the MKE04Z8VFK4 on custom target hardware using MCUXpresso v11.6.1 on a Windows 10 box.
My latest problem is that I am unable to configure GPIOB and GPIOC pins using the pin configuration tool. When I add a row for a PTBx pin and click on the Peripheral cell, the drop menu only contains GPIOA. I also tried just typing in GPIOB or GPIOC but the tool doesn't allow that.
(See screenshot below)
How can I configure PTBx and PTCx pins with this tool?
Thanks,
Mike
Solved! Go to Solution.
Hi Mike,
Sorry that the names of GPIO registers and port pin registers of KE series may confuse you in MCUXpresso IDE.
Please refer to the example of toggle PTB3 on FRDM-KE04Z:
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi Mike,
Sorry that the names of GPIO registers and port pin registers of KE series may confuse you in MCUXpresso IDE.
Please refer to the example of toggle PTB3 on FRDM-KE04Z:
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thanks again, Robin for your patient support!
The 'A' at the end of the peripheral name was the confusing factor for me, but now I'm back on track.
Mike