2018-11-21 06:18 AM
In STM32 I see in the clock when i declare gpio clock also selected. why we have to set that clock,what is the advantage
2018-11-21 06:23 AM
Please don't put entire question in title/summary.
Synchronous logic requires a clock to function, you can reduce power consumption by just enabling the clocks for sections of the design being utilized.
2018-11-21 06:30 AM
How to declare GPIO PIN without using STMcube mx
2018-11-21 06:52 AM
High manjunah thay a great question how are you today think your question is a really good one for stmicro engineers and management because they impact all uers tall and short alike if you wrie more I think oters can help you more or less I on't know if that is accurate hope this hels you get your questions ased and answered bst of luck.
2018-11-21 07:16 AM
The Reference Manual describes the part at the register level.
The HAL library should have an assortment of examples where pins are configured for an array of different use cases?
STM32Cube_FW_F7_V1.12.0\Projects\STM32F722ZE-Nucleo\Examples\GPIO\GPIO_EXTI\readme.txt
Buttons and LEDs at a board support level
STM32Cube_FW_F7_V1.12.0\Drivers\BSP\STM32F7xx_Nucleo_144\stm32f7xx_nucleo_144.c