STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Input Capture not consistent (STM32F103C6)

I'm using STM32F103C6T6 to capture input frequency configured on TIM2, Channel 1 (A0).I'm generating 1KHz frequency from Arduino Uno (using tone(Pin, 1000) function) connected to STM32 Pin PA0.Timer Configurations of STM32:Prescaler set to : 10000-1A...

GSaw by Associate II
  • 2096 Views
  • 12 replies
  • 0 kudos

Resolved! Problem with COMP1 and COMP2 as TIM1 break function sources.

Hi,I am using STM32L476. COMP1 and COMP2 are configured in window mode, and that is working great. I am also using TIM1 break function. Below is a summary of the problem that I am encountering:If I use COMP1, and only COMP1, as a source for BREAK or...

MGard.2 by Associate II
  • 788 Views
  • 2 replies
  • 0 kudos

Resolved! I have two devices. Need to setup UART communication?

I have two STM32 devices and both are identical, send and receive messages in frame formats. They both have UART, DMA, NVIC etc. And I need a good strategy to setup a lossless communication between them. There is too much information online, but very...

Vmere.1 by Senior
  • 1051 Views
  • 4 replies
  • 0 kudos

HAL_RCC_OscConfig timeout

On initialisation SystemClock_Config(0 calls the function HAL_RCC_OscConfig() and this generates a timeout on the loop below:   /* Set the new HSE configuration ---------------------------------------*/   __HAL_RCC_HSE_CONFIG(RCC_OscInitStruct->HSESt...

EGonc.3 by Associate II
  • 1398 Views
  • 3 replies
  • 3 kudos

copying a dual-core project

I have problem with duplicating an existing dual-core project in STM32CubeIDE. in single core project it was just sufficient to copy and paste a project to save it with another name. but for dual core project this doesnot work. hoe can we duplicate a...

YAtta.1 by Associate
  • 403 Views
  • 1 replies
  • 0 kudos

CAN RX interrupt not working on STM32F303

Good day everybody, I can't get this simple CAN reception with interrupt to work on my STM32F303VC microcontroller. I have probed the TX and RX lines of the receiving side with a logic analyzer and I saw no problem, however I don't get any interrupts...

IJoe.1 by Associate II
  • 793 Views
  • 1 replies
  • 0 kudos