STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PLL_Q for USB

Posted on November 18, 2016 at 04:52STM32L476RG on Nucleo - Porting over the example from EVAL board with 8Mhz Crystal STM32CubeL4 - HAL demo. If using the HSE with an input source of 8Mhz supplied by STlink, 1. I believe I need to set HSEBYP = 1 f...

Starting STM32 USB project

Posted on September 21, 2016 at 18:14I'm about to start a USB project. New to me with STM. I am using an STM32L476RG on a Nucleo board. (Yes we're cheap). I see LOTS of opportunity for myself. Lots of GOOD and LOTS of UNKNOWN. The LOTS of UNKNOWN c...

Loop in USB_IRQHandler if unplugged

Posted on August 29, 2016 at 22:49Hi, I'm using the USB port in CDC with STM32F072 device. I'm using the F0 STM32Cube package version 1.5.0 At power up, if the device in not USB connected to a host, it goes in infinite loop in the USB_IRQHandler fun...

Character Match in UART setting problem

Posted on November 30, 2016 at 19:45Hi,I am trying to set a character match interrupt on Uart2 of stm32L4 (discovery board).all things work fine but it just seems to have a bug, in page 1229 of STM32L4X6 datasheet it is written:''This bit field can ...

Resolved! Dead Time Configuration in STM32F4 Discovery

Posted on December 01, 2016 at 05:00Hello Sir, i want to ask how to add 390ns or 0.39us for dead time ?My systemclock = 64 MHzMy AHB Prescaler = 4so my HCLK = 16 MHzand because of APB1 Prescaler = 1then my APB1 peripheral clocks = 16 MHzSo, what num...

FLASH_pageErase on stm32F030X8

Posted on November 17, 2016 at 10:35Hello everybody,I'm actually working on a bootloader on an STM32F030X8 board. The programme already work's on a L100RC and an F303RE.My bootloader starts at 0X08000000 ans my user app starts at 0X0800FA00.I need t...

v2399 by Associate
  • 623 Views
  • 1 replies
  • 0 kudos

scanf trouble with cubemx

Posted on November 21, 2016 at 11:25Hello, trying to make scanf work on stm32f4-discovery with cubemx software and GCC. I created the syscalls.c function _read using the HAL_UART_Receive_IT() function. This works fine when used with the (unistd) rea...

Sietse by Associate III
  • 486 Views
  • 1 replies
  • 0 kudos