STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_UART_Receive_IT on stm32f401RE

Posted on September 28, 2016 at 15:55Hi,I am using HAL_UART_Receive_IT in my code to acquire 10 bytes of data from UART.If I enter more than 10 bytes it will be cyclic and overrun the buffer by x%10 elements.How can I reset the buffer of the IT and ...

nirb by Associate II
  • 236 Views
  • 0 replies
  • 0 kudos

Section for external SDRAM STM32F746 GCC

Posted on September 27, 2016 at 15:17Hey guys, I have a problem with defining a section for the external SDRAM on the STM32F746-Disco. I red many posts in different forums but I didn't find the way to a working code. I initialized the SDRAM in the S...

43102399 by Associate II
  • 583 Views
  • 2 replies
  • 0 kudos

STM32F10x AD9833 Spi

Posted on September 28, 2016 at 09:42Hi,I'm using stm32f10x controller and AD9833(DDS) waveform Generator.--My question is how to generate sine,square and triangle wave using AD9833(DDS) chip.--Is frequency sweep is possible in AD9833.If it is how t...

Proper way to turn off PWM channel

Posted on September 27, 2016 at 13:35Hello there, I am using STM32F4 to drive a 3 phase BLDC motor. With this motor when using block driving (or trapezoidal), one of the 3 outputs should always float. What registers should be set exacly in order to ...

STM32 F2/F4 USB Host issues

Posted on October 16, 2014 at 11:30 .ExternalClass11B1744985E14676887C8F042F0B5239 p {margin-bottom:0.1in;line-height:120%;} Hi,I am writing a host stack and I have noticed various issues with the documentation and the hardware.Issue #1The pdf in...

miro_atc by Associate II
  • 1602 Views
  • 8 replies
  • 1 kudos

STM32F103C6T6A clock configuration

Posted on September 27, 2016 at 17:30I need to configure the system clock to HSE with a 8MHz quartz crystal.At startup the default is HSI. For the STM32L family I used the clock configuration tool provided by ST, but this tool is not available for S...