STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 337 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
  • 402 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...

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

STMF030 ADC

Posted on January 18, 2016 at 16:42I am writing code for ADC in Assembly. Can anyone confirm or share an experience if there is a minimum latency or delay requirement after the ADC Cal routine is finished before ADEN bit can be set? I find I need a ...

STM32L053 HAL Multi Channel DMA ADC

Posted on January 18, 2016 at 19:07Hi,I'm having a problem getting the above to work with 2 channels using the cube generated code.I can get it to work on a single channel ADC, but not on multiple channels in scan mode.The HAL docs talk of ADC_Chann...

shorai by Associate III
  • 326 Views
  • 1 replies
  • 0 kudos

STM32F4-Discovery RTC only counting in debug

Posted on January 17, 2016 at 22:04 Hello. I am having a bit of a problem using the RTC in the STM32F4-DISCOVERY board. I am using the HAL libraries, and have configured the RTC using the LSI based on a number of examples I found online. Basical...

a60141 by Associate II
  • 829 Views
  • 4 replies
  • 1 kudos

Precisely timed latching

Posted on January 17, 2016 at 09:21So I am running and STM32F0 at 48Mhz with TIM1 clocked to an external clock source running at 24.576MHz. On GPIO-A is connected a bus synced to the external 24.576Mhz clock. At occasional intervals I want to latch ...

luke2 by Associate II
  • 539 Views
  • 6 replies
  • 0 kudos