Resolved! How to access peripheral register directly using pointer in STM32F107VC
Hi,I am using STM32f107vct6. I want to create generalized GPIO function which can set gpio mode. I am using pointer to access peripheral registers. I have tested following1] Configured gpio using structures which are available in library(i.e. GPIOA...