STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FDCAN2 Rx callback never called (STM32H750)

Hello,On my project, I use FDCAN1 and FDCAN2. FDCAN1 is working perfectly fine.On FDCAN2, I can transmit data successfully (with the CAN ID 0xBEEF), but when I want do receive data, the Rx callback is never called, nor the IRQ handler (the CAN ID fil...

DamienRatazy_0-1719496697177.png

Resolved! ADC

the code generated for my channels if i initialize this channels and    hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2; hadc1.Init.Resolution = ADC_RESOLUTION_12B; hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT; hadc1...

meena_0-1700148308920.png
meena by Associate III
  • 4326 Views
  • 4 replies
  • 0 kudos

Resolved! Complex Bootloader Jump External Flash Application

Hello everyone,I have been working on a custom bootloader for the STM32H735 microcontroller and I am encountering an issue when attempting to jump to my main application stored in external flash memory. Here's a brief overview of what I've done so fa...

HispaEmo_0-1720695797792.png
HispaEmo by Associate III
  • 695 Views
  • 1 replies
  • 1 kudos

STM32F427 PWM on 40 pins with DMA and BSRR

Hi,I need to generate ~8khz PWM on 40 pins with at least 1% resolution. I was thinking about solution using GPIO ports D,G,F and DMA2 streams 1,2, 7 which are all triggered by TIM8 (TIM8_UP, TIM8_CH1, TIM8_CH4/TRIG/COM).I am worried about the data tr...

Vach23 by Associate
  • 316 Views
  • 2 replies
  • 0 kudos

Continuous relative frequency measurement

I want to continuously measure the frequency of signal1 relative to signal2.Signal1 can vary between 1-80 MHz, signal2 between 5-15 MHz.My approach is:Timer1 counts signal1.Timer2 counts signal2 with a counter period of 200. This gives me an event ro...

HSI I2C Accuracy

I am trying to use the 16 MHz HSI as the clock source for I2C. When I set up the I2C_TIMINGR bits for 100kbps I2C, everything works fine. When I try to set up for 400kbps, it still works, but the timing is not 400kbps. Does the accuracy of the HSI de...

tomm5771 by Associate III
  • 1213 Views
  • 11 replies
  • 5 kudos