Posted on May 17, 2011 at 13:20Hi all, I use GPIO_WriteBit in my code like that GPIO_WriteBit(GPIOD, GPIO_Pin_0, Bit_SET); GPIO_WriteBit(GPIOD, GPIO_Pin_1, Bit_SET); GPIO_WriteBit(GPIOD, GPIO_Pin_2, Bit_SET); GPIO_WriteBit(GPIOD, GPIO_Pin_3, Bit_SET...
Posted on May 17, 2011 at 12:57Hi! I have MCBSTM32, This board has PB8..PB15 pins which are connected to leds. When i configure the PB pins as Input Floating, the leds are on. WHY? Is it wrong that ''Input Floating'' means ''not connected''?
Posted on May 17, 2011 at 12:56Hi! I want to compile IOToggle example project. But the error struct '''' has no field ''Enable'' is appear. I use STM32 FirmWare Lib, why i still encounter this error. Can the example program be wrong ? Thanks..