STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to synchronize multiple microcontrollers

I have multiple devices with stm32L5 mcu playing led animations and connected via RS-485. However, when I send a command via RS-485 to start led animations, they become asynchronous. I want to use an mcu clock as reference and send it to all others m...

STM32 turning DMA on and gives odd results

I am trying to dynamically start and stop PWM and DMA which are triggered by a timer with this code: void CAM_startLineTransfer(CAM_HandleTypeDef *cam) { // init DMA while (cam->requestDataTimer->Instance->CNT <= 60) {} HAL_TIM_PWM_Start...

MJørg.2 by Associate II
  • 565 Views
  • 1 replies
  • 0 kudos

Output Compare stay on actual voltage level

I need an output compare trigger output with toggle function, and the start/stop should be on the correct frequency. Start is ok now, Stop I like to stay on the actual volatge level (high or low)The problem now I face is when I turn off the timer wit...

dominik by Senior
  • 728 Views
  • 2 replies
  • 0 kudos

IWDG issues on H743XI

Hi alli am facing a very strange issue on the MCU i have specified on the title. I am working on these devices since long time ago and i never had any kind of problem with them. During these days, i am experiencing a very strange issue: i can't conne...

CNarc.1 by Associate
  • 468 Views
  • 1 replies
  • 0 kudos

Resolved! ST-link loses connection with my STM32F769I discovery board

Using STM32CubeProgrammer to connect to my discovery board. Connection to the board via ST-Link is lost within 30 seconds every time.things I have done:1.) Performed "full chip erase" via the STM32CubeProgrammer application2.) Selected the appropri...

bsayl by Associate II
  • 6454 Views
  • 16 replies
  • 0 kudos