Fastest way to configure many GPIO pins in CubeMX?
I feel like I'm missing something basic here. What is the fastest way to configure many pins for GPIO in CubeMX? I have over 100 pins I need to configure and the only way I know how is somewhat tedious.
For example, I need to make the entirety of PORT D, E, G, I, and J pins all GPIO_Output. The best way I've found is to use the search bar at the bottom of the Pinout view in CubeMX, search for PG0, then click on the pin in Pinout view, select GPIO_Output, then right-click on the same pin, select Enter User Label, and then type in my label.
Is there a way to just get an alphabetical list of all the pins, PA0, PA1, PA2, etc. so I can just multiple-select and configure entire groups as GPIO_Outputs at once? Pins will show up in the GPIO Mode and Configuration table, but only after they are configured, not before. I can't easily just work my way around the package in Pinout view because the pins are never physically in alphabetical order, so that would involve a lot of hunting for the right pin.
Ideally, I could do a CSV import but I don't think that's a feature that exists.
