STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error in smbus clock signal

Hi Team,I am using Smart battery in my product. While reading the battery voltage or current, that value was unexpected. while debugging the clock signal was not correct. In smbus line three devices were connected, Host(mcu (stm32h7)), Master(Battery...

0693W000006IBu5QAG.png
Vel by Associate III
  • 387 Views
  • 0 replies
  • 0 kudos

Resolved! GPIO input maximum frequency

Hello, working with STM32H753 and wanted to know the maximum gpio speed it could achieve. Have achieved only 50MHz using TIM with PWM .Also can it take input of 30MHz 8-bit parallel data? Is there any specific functionality required to achieve high s...

prsh by Associate II
  • 2399 Views
  • 4 replies
  • 0 kudos

How to re-enable the timer after a One pulse goes off (OPM)?

Hi guys I am using the stm32h753zi MCU and writing my own drivers to use the WS2812B led strip.It uses a PWM to determine how much of the RGB you want. I got the PWM part down and the OPM done, the problem is that I want to send let say a duty cycle ...

0693W000006I7vEQAS.png
CLeo.1 by Senior II
  • 979 Views
  • 9 replies
  • 0 kudos

Resolved! Light up your LED in 30 seconds with 3 methods!

Light up the LED in 30 seconds with 3 methods.​1. Install IDE​Step 0. Prepare HardwareThe hardware used in this experience is ST's development board NUCLEO-F411RE, and the development board number is MB1136. If you don’t have this board, you can use ...

0693W000006H9DbQAK.png 0693W000006H9DMQA0.png 0693W000006H9DvQAK.png 0693W000006H9DlQAK.png
Davis by Associate
  • 1334 Views
  • 2 replies
  • 4 kudos

The debugger shows me variable differently from as i declared

I declare this two variable globallyuint8_t data_rcv_flg[1] = { 0 }; /* To avoid reuse of data */ uint8_t run[1] = { 0 }; I use this variable here:MODEM_ConfigTypeDef modem_cfg; modem_cfg.buff = data; modem_cfg.rcv_flag = data_rcv_flg;   PROTOCOL_Con...

0693W000006I6HDQA0.png
FManc.1 by Associate II
  • 795 Views
  • 6 replies
  • 0 kudos