User Activity

STM32 v 1.10, DBGMCU FREEZE / UNFREEZE Macros have been renamed and are located in stm32f3xx_hal.hWHY do they have inconsistent names? Snippet of definitions below from lines 500-530 of stm32f3xx_hal.h#if defined(DBGMCU_APB1_FZ_DBG_WWDG_STOP) #define...
Posted on June 20, 2017 at 00:07 I've been working on a board based on the STM32F3 with a large number of ADCs and other peripherals. I'll also be using multiple I2C and UART peripherals; the responsiveness of I2C and UART is much higher than the...
Posted on June 02, 2017 at 19:36  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 09, 2017 at 17:00 I'm currently working on a Motor Controller using the STM32F3. I need the ability to start and stop the motors and, in particular, the ability to switch from moving to stopped and free-wheeling. It would seem tha...
Posted on January 30, 2017 at 19:07I'm using a 64-pin STM32F303 in a design and looking into using some of the SW Debug Pins for LEDs.  I've read through the Reference and Programming Manuals and Datasheets for details but am a little confused on so...