Question
RCC AFIO
Posted on November 11, 2011 at 21:58
Hello,
i am trying to connect 4,3' TFT lCD with SSD1963 controller, and hit one problem original driver was for STM32F103, and function sound like this: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOD | RCC_APB2Periph_AFIO, ENABLE); but i was unable to find AFIO declaration in STM32F4xx_RCC library. all i did: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOD | ENABLE); (it's same function, just name a little bit different, but it do same thing) can some one tell how to fix this ?