STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 621 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
  • 482 Views
  • 1 replies
  • 0 kudos

Dimmer 4ch

Posted on November 12, 2016 at 15:57I would like to drive 4ch dimmer triac with input sync zero crossing. I want to use the timer device of stm32. How I do initialize the timer for drive 4 ch triac with input trigger sync zero crossing?

STM32CubeMX Support for STM32F779 peripherals

Posted on November 30, 2016 at 17:27Hi,I am currently working with STM32CubeMX V4.17.0 and the firmware package for family STM32F7 V 1.5.1 I need to set up my cube project so that I have access to the HAL routines for The CRYPTO and HASH modules, bu...