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

How can I set pb8 to SDA on stm32f103rc?

Posted on April 19, 2018 at 08:10I want I2C function on stm32f103rct.pb8-> sda and pb9-> sclI set ports configuration  like this#define I2C_SCL_HIGH    GPIOB->BSRR = 0x00000200    //PB9 0x00000200 set PB9 to 1#define I2C_SCL_LOW     GPIOB->BRR = 0x0...

Why STM32F407VG USB Host CDC sending wrong data?

Posted on April 19, 2018 at 09:10Hi,I'm working on STM32F407VG board. Try to get USB Host CDC working. I'm able to get enumeration working. The data can be sent to device. But the data is wrong. For example, 'Hello'(48 65 6C 6C 6F) is send from Host...

Pilot B by Associate II
  • 497 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4 ADC wrong conversion results

Posted on April 17, 2018 at 11:56Hi,i have a very strange behaviour on my STM32L433CCTx.Im am configuring the ADC with STM32Cube FW_L4 V1.10.0 to measure multiple channels. As long as i configure 5 or less conversions in the regular conversion group...

0690X0000060AcEQAU.png 0690X0000060AeAQAU.png 0690X0000060ActQAE.png 0690X0000060AcxQAE.png

Resolved! QSPI flag 'QSPI_FLAG_BUSY' sometimes stays set

Posted on October 30, 2017 at 08:47 Hello, We'rehaving an issue on STM32F765IGT - when trying to use flash on QSPI, configured in 'Indirect mode', using HAL v1.8.0, and DMA enabled. It's quite hard to replicate, but it seems to occur whenth...

USB Host MSD

Posted on April 19, 2018 at 14:35Using CubeMX is was pretty simple to make a USB host for a memory stick. When the stick is connected during power up it works.When the stick is not connected during power up it will work afer calling MX_USB_HOST_Init...

Resolved! TIM3 OC problem

Posted on April 17, 2018 at 10:00Hello , I am using NUCLEOf446re board and i have some issues with TIM3 OC getting 50Kz waveform on channel 1 . when i derive systemclock from PLL . it works fine . systemclock = 180MhzAPB1CLK = 45MHzTIM3CLK = 90Mz pr...

n.serina by Associate III
  • 788 Views
  • 6 replies
  • 0 kudos

What happened to HAL_UART_Abort in STM32F7xx_HAL_UART.c?

Posted on March 28, 2017 at 00:52The named entry point exists in STM32F4xx_HAL_UART.c, but not in the F7 version.  F7 version is about 400 lines shorter, dated 30-Dec-2016, V1.2.0, while F4 version is dated 04-Nov-2016, v.1.6.0.  Kind of complicates...