In PEx, when I instantiate an Init_KBI component using KBI0, everything seems to work fine. However, when I select KBI1 pins, setting them to have pullups enabled does not seem to generate the correct PORT_PUE1 initialization code in "Common_Init( )" in "Cpu.h"
If I want a KBI1 input pin (for example pin PTE3) to have its internal pullup enabled, I have to remember to manually add the config such as this:
PORT_PUE1 |= PORT_PUE1_PTEPE3_MASK; at the end of Common_Init( )
Can someone confirm this?
Thank you,
-Mike Stroven