Hi I am Renjith.
I am very new to keil IDE and also STM32f4 Discovery.
While doing a GPIO project, i have got output through register
configuration.
The same project was done using stm32 standard gpio library, its
showing linking error, I have tried my level best but could not
rectify, so kindly please help....
#include "stm32f4xx.h"
#include "stm32f4xx_rcc.h"
#include "stm32f4xx_gpio.h"
GPIO_InitTypeDef GPIO_InitDef;
↧