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

Spurious IDLE LINK indication over UART2

Posted on July 15, 2018 at 12:35Hi,I'm working with STM32L151 and using 2 UART interfaces.UART1 is configured with IDLE LINK indication and DMA for reception.UART2 is configured without IDLE LINK indication.I've used STMCubeMX to generate the HALs.I...

Reading Encoder and Input Capture on Same Timer

Posted on July 15, 2018 at 11:13Hi everyone!I'm using an STM32F767ZI and I want to read an encoder: I'm new to STM, so I am using CubeMX in order to set the mcu in the right way. I would like to read encoder's signals with only 1 timer, like timer 1...

Resolved! USB or Ethernet support

Posted on July 14, 2018 at 14:14I would like to connect STM32F030C6T6 in two different applications : with USB 2.0 or with Ethernet port Please give me suitable application note  

Can I use this module with STM32F1xx I2S ?

Posted on April 08, 2017 at 10:53Everyone,Can I use the module on the link below with STM32F1XX I2S ?https://www.aliexpress.com/item/Raspberry-Pi-pHAT-Sound-Card-I2S-interface-PCM5102-DAC-Module-24-bit-Audio-Board-With-Stereo/32764769829.html?spm=21...

SysTick documention

Posted on July 13, 2018 at 11:52Hi  I have got information of the web how to program the systimer , and seems to work okay.  But I was trying to find information in the reference, or data manual regarding the fields to program, for example SysTick->...

STEVAL-USBC2DP Sample Code

Posted on July 15, 2018 at 09:33Dear All,    I just purchased a STEVAL-USBC2DP evaluation board, is there a way to get the source code of USB type-c to DP as an example?Thanks,Tony

STM32F429 enable Dual Banks (DB1M)

Posted on July 12, 2018 at 19:52I have an STM32F429 and want to have dual banks.From looking at the manual I tried this, but it does not seem to work.Can anyone offer suggestions? (Solutions? )if ((FLASH->OPTCR&FLASH_OPTCR_DB1M_Msk) == 0) { printf('...

0690X0000060M9WQAU.png 0690X0000060M9bQAE.png 0690X0000060M9gQAE.png

Stuck in a loop in startup_stmf051x8.s file

Posted on July 15, 2018 at 00:55I can only run a few dozen lines of code until I get stuck in a loop. When trying to debug it appears I am stuck in the startup_stmf051x8.s file on these lines:0x0800016E E7FE      B        PendSV_Handler (0x0800016E)...

Limiting Context search in IDE

Posted on April 19, 2018 at 22:07I'm using TrueStudio, but this should relate to any of the IDEs that are Eclipse based.There are two types of searches available. The Search menu on the main drop down menu, and the context menu that pops up when you...