STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Computation error occurs sporadically

Hi!I am performing a calculation in an interrupt as this:L1L2_filteredTimeNegFlank = ((TIM_GetCounter(TIM16)*50) + 206*L1L2_filteredTimeNegFlank)>>8;But it seems like that it sporadically computes the wrong value and it disappears when I reformulate ...

TBerg by Associate II
  • 155 Views
  • 4 replies
  • 3 kudos

[Tutorial] Restart STM32F in DFU mode

There are some older posts on the net about how to achieve a reboot in DFU mode but none of them worked for me. So I want to share my solution on how to add this functionality to your embedded firmware. First off all, I am using CUBEIDE with a STM32F...

Screenshot_2024-02-15_11-14-31.png
EKoec by Associate II
  • 1317 Views
  • 4 replies
  • 2 kudos

STM32H755 with Precision Time Protocol.

Hello all,I am learning to implement a bare-minimal code that let PTP(OC, slave mode) works with STM32H755(Nucleo-H755ZI-Q with FreeRTOS). I have read RM0399, UM2217 as well as stm32h7xx_hal_eth.c with corresponding chapters. And here is the first dr...

Leon_MS by Associate III
  • 1370 Views
  • 11 replies
  • 1 kudos

AzureRTOS (Threadx) USBPD support

Dear all,I'm working on an custom hardware project using the STM32G0B1 MCU running ThreadX.  My goal is to use/port the USBPD stack for both source as sink device, but I'm failing to do so partly because the stack provided is closed source.The CubeMX...

Resolved! HPDMA with ADC with STM32 MCU(H7S3L8)

Hi, I tried to set up and use HPDMA with ADC on my Nucleo-H7S3L8,but I have some questions about how to use it.I could not find documentation on using HPDMA with STM32 MCU, only for GPDMA.I found an HPDMA example for the Nucleo-H7S3L8 (ADC_SingleConv...

prometheans152_0-1720659795732.png
Labels