STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! NUCLEO-G474RE Arduino

Hello everyone,I'm new here, I want to start like this first.Today I bought the NUCLEO-G474RE card. I will use this card in a battery management system.My previous system was DC2026C+DC2792B(LTC6820)+DC2350B(LTC6813), this way I can read voltages via...

khalih by Associate
  • 594 Views
  • 2 replies
  • 2 kudos

Running STM32H725 SPI at higher frequencies

I'm working on my first STM32 project and have an stm32h725rg configured as a SPI master. Ideally, I'm aiming for a clock frequency of 60 MHz but had to slow it down to 12 MHz (the lowest that my sensor can be configured for) after an initial round o...

llee__2-1724259080750.png
llee_ by Associate
  • 1131 Views
  • 5 replies
  • 1 kudos

Change Polarity of PWM with DMA in circular mode

Hello Experts ,I am generating a two-Channel PWM with complementary channels also   HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, (uint32_t *)sin_table, 20);//low HAL_TIMEx_PWMN_Start_IT(&htim1, TIM_CHANNEL_1); HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNE...

Resolved! STM32C0 with 5V power as in AN392

Hello, I am a little confused here, AN392 claims to run STM32C0 from a 5V power supply, directly from the main fed RCD dropper with a 5.6V Zener. But the datasheet says the maximum voltage is 4V.So does the AN suggest running way over max specs or is...

Miyuki by Associate II
  • 910 Views
  • 4 replies
  • 3 kudos

STM32H735 Erase/Program from external Memory

Good day everyone,I am currently implementing an update process and I am facing some issues if I want to erase the internal flash memory sector if my code is running from an external OSPI-Flash. I am getting the errors:Read Protection ErrorRead Secur...