STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F7 EVAL Boot mode

Posted on December 06, 2016 at 02:50Hi,I am trying to put the STM32F769i_EVAL into system BOOT mode. I can do this successfully with an F429 Eval but not with the F7 Eval. I can see that when I reset it the normal program does not run , indicating t...

imtiaz by Associate II
  • 2345 Views
  • 16 replies
  • 0 kudos

STM32F030, stopping the IWDG

Posted on January 06, 2017 at 15:12We have a project that is required to go through UL testing, so it needs both a watchdog and a check that the processor frequency is running as expected. Because the independent watchdog uses its own oscillator it ...

STM32L0 96MHz mode or bad docs

Posted on October 07, 2016 at 02:39As a noob, I need to know whether there is a 96MHz mode as the documentation sugests====================================C:\Users\PD\STM32Cube\Repository\STM32Cube_FW_L0_V1.7.0\Drivers\STM32L0xx_HAL_Driver\Src\stm32...

stm32l1xx_ll_tim.h BUG ???

Posted on January 03, 2017 at 11:30RM0038 Reference manualPage 502/908Bit 1 UDIS: Update disable 0: UEV enabled 1: UEV disabledstm32l1xx_ll_tim.h I think the SET_BIT and CLEAR_BIT macros are swapped !!!!__STATIC_INLINE void LL_TIM_EnableUpdateEvent(...

Bug report in CMSIS STM32L486xx.h

Posted on June 09, 2016 at 11:28In stm32l486xx.hthis line#define SDMMC_DCTRL_DBLOCKSIZE_0             (0x1U << SDMMC_DCTRL_DBLOCKSIZE_Pos) /*!< 0x00000010 */#define SDMMC_DCTRL_DBLOCKSIZE_1             (0x2U << SDMMC_DCTRL_DBLOCKSIZE_Pos) /*!< 0x000...

STM32F205RGT6 UART code not working properly

Posted on January 06, 2017 at 08:19Hello,i am using STM32F205RGT6 microcontroller i just want to run UART code.i just download the 'STM32Cube_FW_F2_V1.4.0' library and i don't modify any thing in this code.in this library i try with 'UART_Hypertermi...

bhavin by Associate II
  • 1187 Views
  • 6 replies
  • 0 kudos

Data transmission (using DMA)

Posted on January 05, 2017 at 13:02Hi ALLI need to Data transmission using DMAfrom 1 qpio strim off dataI work whit the device stm32F407vgt #data-transmission-(using-dma)