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

HAL UART IT function

Posted on December 15, 2015 at 14:21 Hi all, trying to use the UART interrupt fuction, i set up cube and got a close look at theSTM32Cube_FW_F4_V1.9.0\Projects\STM32F4-Discovery\Examples\UART\UART_TwoBoards_ComIT this is my code, that does no...

td by Associate II
  • 1000 Views
  • 4 replies
  • 0 kudos

HID Problems with STM32F429i-discovery

Posted on January 19, 2016 at 18:35Hello everybody, I've configured with CubeMX the standard pinout of the STM32F429I-DISCO. In Cube I've added the USB_OTG_HS peripheral with Internal PHY set to Host Only. I've then activated the USB_HOST Class for ...

Mapped SWD pins and bricked the device

Posted on January 19, 2016 at 16:08 Hello, ST community! I'm developing firmware for a custom board (schematics not available) based on a http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1575/LN9/PF250188?sc=internet/mcu/product/250jsp...

jacek by Associate
  • 644 Views
  • 1 replies
  • 0 kudos

Troubles with TIM1 PWM generation via DMA.

Posted on January 19, 2016 at 15:59Hello. I have some troubles when implementing PWM generation on the timer TIM1. I use STM32 HAL Library. I have to update the values of registers CC1�CC3 each time when TIM_UPDATE event happens. I planned to use 2 ...

sheinv by Associate II
  • 330 Views
  • 0 replies
  • 0 kudos

F427 - Master-slave-timer issue!

Posted on January 19, 2016 at 15:59 Hi Guys, I have some issues with my master-slave time configuration. I simply chain TIM4->TIM1, whereas TIM4 triggers TIM1 every *** ms. As a result TIM1 responds with a single pulse on channel 1. Th...

_legacyfs_online_stmicro_images_0690X00000605Kj.png
hof2 by Associate II
  • 461 Views
  • 0 replies
  • 0 kudos

Slow RTC

Posted on January 19, 2016 at 11:31 Hi all, I'm using the RTC to send data every few minutes, but after a while I saw that the shipments are carried out each longer than scheduled but ntp number sent by my stm were correct as I wanted. ...

disable interrupt

Posted on January 18, 2016 at 17:14i know how to set properly timer interrupt and it works fine. now i'm trying to create a function to disable interrupt. i should be something like this:void TimDisableInterrupt(TIM_TypeDef* TIMx){ switch((int)TIMx)...

mauro2 by Associate II
  • 540 Views
  • 1 replies
  • 0 kudos

Two DMA captures For one timer

Posted on January 16, 2016 at 20:39I have a timer (Timer1) free running.I have assigned two input captures.when I run this code: HAL_TIM_IC_Start_DMA(&htim1,TIM_CHANNEL_1,&buffer1,20); HAL_TIM_IC_Start_DMA(&htim1,TIM_CHANNEL_2,&buffer2,20);only ''bu...

smhhadima by Associate II
  • 1110 Views
  • 6 replies
  • 0 kudos

HAL TIMER DMABurst Read

Posted on January 16, 2016 at 19:28does anyone have an example; how to use DMA burst with timer ''HAL_TIM_DMABurst_ReadStart''?*for any compiler*for any boardI just need to know how to use it #timer-dma-burst