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

LPTIM and USART2 in Stop1 mode

Posted on March 14, 2017 at 11:20Hello,I have succeed in making my application (STM32L475 based) going to Stop1 mode allowing it to leave stop1 mode in the following situations:- RTC (every 31,25ms)- I2C1 IRQ- USART2 IRQ (UART_WAKEUP_ON_READDATA_NON...

How do I manually download older firmware versions

Posted on March 09, 2017 at 20:12My company's proxy server is configured using a script which prevents my STM32CubeMx software from accessing the http servers for updates.I have downloaded STM32CubeL4 firmware version 1.7.0, but only 1.6.0 is suppor...

Robert B by Associate II
  • 1073 Views
  • 6 replies
  • 0 kudos

DMA Transfer with Data Size larger than 65535

Posted on March 13, 2017 at 16:13Board: STM32F767 Nucleo-144.I use DMA to transfer results sampling from ADC at 1MHz to SRAM, but the data size is quite large which is 240k samples (480kbytes). However, a single DMA transfer (calling HAL_ADC_Start_D...

The LL drivers for F4

Posted on March 03, 2017 at 14:03The documentation here (http://www.st.com/content/ccc/resource/technical/document/user_manual/2f/71/ba/b8/75/54/47/cf/DM00105879.pdf/files/DM00105879.pdf/jcr:content/translations/en.DM00105879.pdf) states that the F4...

achin by Associate II
  • 1123 Views
  • 5 replies
  • 0 kudos

Problems leaving ADC_Conv_CpltCallback function

Posted on March 10, 2017 at 13:00Hallo together,I am using a STM32Nucleo-Board with the STM32F401RE-Controller in combination with the PLC expansion board.I have used the Cube MX tool to generate the initialization for the peripherie constisting of ...

Update of DocID029289 Rev1

Posted on March 13, 2017 at 18:12Hi,I am using the Steval-3DP001V1 with the DocID029289 Rev1 does anyone know if there is an update of this doc because with the code on gitHub Marlin4ST in Eclispse Luna the path doesn't match with thoses descriped i...

STM32F407 TIM1CC

Posted on March 12, 2017 at 18:33I can't seem to get TIM1's CC channel 1 ISR to fire. FanTimerHandle.Instance =TIM1;  memset(&sConfig, 0, sizeof(sConfig));  /* Initialize TIMx peripheral as follow:       + Period = 0xFFFF       + Prescaler = 0      ...

Sample Point CAN Bootloader?

Posted on February 19, 2017 at 21:38I am currently reading the AppNote AN2606 and AN3154 to use the CAN Bootloader.But in the AppNotes I found no information to the CAN timings.Can someone tell me how the sample point must be adjusted to communicate...