We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
With most examples outside of the Keil examples there are pages of defines that set up the pins. Keil has this all built in to config sections. I have a usb example that requires me to use an external pull up. Though I have another example that configures the pin to pull up and I do not need this external pull up. So with the Keil USB example I want to do the same thing and pull up in code. Is there a section I can do this in? I though maybe the RTE does all the pin config but I see no option for pull up.