STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F407 timer output compare for timeout

Posted on March 14, 2017 at 19:42HiI've been trying to use the TIM3 in my stm32f407 in output compare mode to generate a timeout delay.What I've been struggling with is that there is little documentation on using a timer with HAL for such applicatio...

andy b by Senior
  • 214 Views
  • 0 replies
  • 0 kudos

STM32cube Version 4.20.0 bugs

Posted on March 14, 2017 at 08:50Hello, ST, please, do not release untested versions of STM32CubeMX, because we used to trust this software. And now it is just one big BUG... I have updated Cube, because wanted to set STM32F7 hardware JPEG encoder, ...

STM32F723: USB HS PHY, finally

Posted on October 10, 2016 at 12:44There are two http://www.st.com/content/st_com/en/about/media-center/press-item.html/n3863.html sub-families, the 'F7x2 and 'F7x3. The http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-...

Data in flash memory

Posted on March 14, 2017 at 11:41Good morning,   I'm working on a project with a STM32L476RGT6.I need to save data in the internal flash memory, I just have to memorize some words and I would use one of the last sectors of memory.What I want to know...

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
  • 691 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...