Interrupts on both GPIO A & B
Posted on January 09, 2015 at 16:07Is it possible to setup a hardware interrupt to trigger from for example PA3 & PB3? If so, how does the interrupt handler determine which one has triggered?(STM32F030)
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 09, 2015 at 16:07Is it possible to setup a hardware interrupt to trigger from for example PA3 & PB3? If so, how does the interrupt handler determine which one has triggered?(STM32F030)
Posted on November 26, 2014 at 18:28I recently upgraded my STM32CubeMX from version 4.3.1 to version 4.5.0. I did this because 4.3.1 had a bug causing user modifies code in the automatically generated files to be corrupted whenever the project was r...
Posted on December 07, 2014 at 20:03Hi everyone,So i am giving it a go to STM32CubeMX. I have a problem that every time i do generate report and i chose to open the folder, the program freezes completely, i have to shut it down with the task manager...
Posted on January 09, 2015 at 11:06Does anyone know off hand what the power/current requirements are for this board when powering via USB?
Posted on December 11, 2014 at 17:28I would like to point out the problems that I have encountered with CubeMX thus far.I am trying to set up an SPI communication between an STM32F401RE Nucleo board (Master) and an mbed LPC1768. I tried using the Cu...
Posted on January 09, 2015 at 10:36Hello.I am programming RTC function including time/date and backup SRAM with STM32F407VG.There is a 3.3V battery on the Vbat and a 32.768KHz xtal in my boards.But there are very strange operations in my board.When ...
Posted on January 08, 2015 at 12:38Hello, a while back I encountered a problem where I am unable to JLink-debug my project. Now I have pinpointed the exact line of the problem: GPIO_SetBits (GPIOC,GPIO_Pin_10); It's a library func. I've checked th...
Posted on January 07, 2015 at 09:40hi, im trying to connect a STM32F107VCT6 to flash it, but the st-linkv2 doesnt detect it.I have conected pins:4--GROUND6--GROUND7--SWDIO---------------------------PIN 72 MICROCONTROLER8--GROUND9--SECLK------------...
Posted on January 08, 2015 at 17:14 Hello everyone, Working on a Differentially Steered robot, nothing new (except to me). I found some code on the web that sets up Timer2 in mode3 (Encoder mode) using PA0 & PA1. I have the contents of t...