Posted on May 17, 2011 at 13:22Hello, I encountered a problem with my STM32f103Z. It cannot wake from USB wakeup interrupt. I read the eratta-sheet, and followed the workaround. (so I set up the exti-line 18 for interrupt, and not event-mode. When t...
Posted on May 17, 2011 at 13:10Hello, I have a problem using external interrupts on my STM32f103ZE. The interrupts keep coming , while there is no activity on the input pin. I set it up like this: The clock for external int is running ( /* Enable th...
Posted on May 17, 2011 at 13:09I Encountered exact the same thing... At once this message came up. I'm not able to use my Jlink for flashing anymore. Perhaps we can inform each other about a solution. Regards, Remco Kleine
Posted on May 17, 2011 at 12:53Hello, I'm new to the STM32 series microcontroller. I Have an STM3210E-EVAL board and tried the UARTS. UART 1 and 2 are working fine, But I cannot use the # 3,4,and 5 yet. I don't understand. All initialization seem to...
Posted on May 17, 2011 at 11:32Hi all, I'm relatively new to the STM32 Cortex, and I like to re-init a GPIO Pin. I like to switch between Alternate function and Output open drain mode. But when I use GPIO_DeInit(GPIO_PORT) I reset the whole port ins...