dakejahl opened a new pull request, #20007: URL: https://github.com/apache/nuttx/pull/20007
## Summary Set STM32F411VE `STM32_NGPIO` to 113 so GPIO ports A–H are enabled. ## Problem `STM32_NGPIO_PORTS` is `(N+15)>>4`. 81 is the real pin count but yields six ports A–F, so PH0/PH1 cannot be configured and GPIOH clocks/registers are never set up. ## Solution Use 113, matching the F40x 100-pin entries (F405VG/F407VG). That gives eight ports A–H. Enabling unused F/G clocks is harmless. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
