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

stm32f429 TIM10_input_capture mode question

Posted on October 10, 2017 at 14:14setting CC1IE:1 (TIM10->DIER) capture is good, but not occur capture interruptwhy?this is my sorce code  volatile uint32_t temp2 =0;  /*******GPIOG_Ouput_Init****************/  //RCC  RCC->AHB1ENR |= 0x00000001<<6;...

STM32F7 FMC Synchronous CLKDIV=3

Posted on October 10, 2017 at 17:24I'm looking to use the FMC in Synchronous PSRAM 16-bit mode, and need to run CLKDIV of 3 (or 4).  The reference manual (RM0410) waveforms seem to show only a setting of CLKDIV=2.  In figure 50/51, CLK is shown togg...

more than one chanel ADC in STM32F030

Posted on October 11, 2017 at 00:03Hi, i have a problem with to program multiple ADCs Conversions. normally to program a single channel (0,1,2,3....n) MX_ADC_Init();HAL_ADC_Start(&hadc);adcValue=HAL_ADC_GetValue(&hadc);how do i read more than one AD...

How to find project specific files in CubeMx?

Posted on October 10, 2017 at 18:50A Cube template, example or whatever contains around 150 files. I don't think that each of them is edited for every project but some of course are. When trying to use those examples the user should know what files ...

LMI2 by Lead
  • 614 Views
  • 4 replies
  • 0 kudos

STM32F407 debuugger not working when PORTA in use

Posted on October 10, 2017 at 12:42Hi.Using a STM32F407 I am having an issue using the debugger when PORTA is in use. The debugger works fine when PORTA is not in use. I am using MCO1 which is on PORTA and when I set the MODER register the debugger ...

Issue with RTC maximum time resolution

Posted on September 19, 2017 at 16:51Hi,I'm using Nucleo STM32L476RG board and I have issue using specific configuration of RTC peripheral.Our embedded software requires precise timing for real time application.RTC is clocked by 32.768 kHz LSE and i...

Documentation issues in RM0316 rev 8

Posted on October 09, 2017 at 15:37Hello everyone,I've been reading the RM0316 Reference manual for STM32F303xB/C/D/E, STM32F303x6/8, STM32F328x8,STM32F358xC, STM32F398xE advanced ARM � -based MCUs, DocID022558 Rev 8 and have noticed following issue...

STM32F407 Start application from Bootloader

Posted on October 06, 2017 at 13:00Hi.     I have a STM32F407 application, developed with standard libraries which is launched by a bootloader. The application is loaded at flash address 0x08020000, the bootloader, once recognized a valid applicatio...

raffin by Associate III
  • 540 Views
  • 2 replies
  • 0 kudos

Resolved! How to use DMA on STM32L0 with FIFO threshold ?

Posted on October 10, 2017 at 11:31Hello,I saw on the STM32L0 User Manual that FIFO mode and its threshold can be configured thanks to HAL_DMA_Init().For a given stream, HAL_DMA_Init() API allows programming the required configurationthrough the fol...