How to change power supply configuration in an example?
I am using the example for a LWIP HTTP server, given by STM here. However, the clock configuration configures the supply to be PWR_LDO_SUPPLY. However, my board is configured to accept PWR_SMPS_DIRECT_SUPPLY, and I do not have the tools to reconfigure my board. Could someone explain how I can change this option in the example? I tried doing it directly but it has way more dependencies elsewhere and there is no .ioc configuration to generate it automatically.
I am new to STM32 boards and lower level MCU in general, so please keep that in mind.
