This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

where does MDK uvision set pin configs?

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.