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

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
  • 1115 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
  • 1435 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
  • 857 Views
  • 6 replies
  • 0 kudos

Resolved! F746 proto has problems in reset

I think programming was successful at first time but after that I get only write protection and reset errors.STM32 ST-LINK Utility and STM32CubeProgrammer complain about reset and write protection. But reset pin voltage is now about 3.2V.Cube program...

LMI2 by Lead
  • 678 Views
  • 4 replies
  • 0 kudos

Failed to execute MI command - STM32L151V8T6A

I am working with CubeIDE 1.4.0 on Windows 10 and using STM32L151V8T6A on my prototype board.However not able to fix the errors below.Would be of great help to get to know and fix the causeThanks a lotError message from debugger back end:Error finis...

AbhiAsh by Associate
  • 383 Views
  • 0 replies
  • 1 kudos

Reduce ADC sampling rate

HiThe default stm32h7 ADC sampling rate is 50MSps.how can I reduce it using HAL settings?something like 50KSps?Is it possible to do so during run time while the is ADC is already on?Is there any risk of using the internal ADC at the maximum sample ra...

deckhard by Associate III
  • 3299 Views
  • 9 replies
  • 0 kudos

How to use Bluetooth module with my STM32L4 ?

Hi , I just want to know how to use internal Bluetooth module in my STM32L4. I tried to make this tutoriel : https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step5_Build_an_IOT_systemi have made all for instruction of this tutoriel and the IDE show...

0693W000006I7d5QAC.png 0693W000006I7djQAC.jpg
Arand.1 by Associate II
  • 583 Views
  • 0 replies
  • 0 kudos