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

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

STM32L0xxx multichannel with different sampling time.

Posted on March 14, 2017 at 11:49Hi to all the community's members,I would like to ask some help about the ADC peripheral present on the STM32L0xx MCUs.I found in this community site the following question (https://community.st.com/message/135537?q=...

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
  • 1091 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
  • 1160 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 ...