STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F042 SPI DMA: Gaps between SPI Frames

HelloIs there a possibility to reduce the time gap between two consecutive SPI Frames? Background: I would like to use only the MOSI signal without the clock to send information to some addressable LED (WS2812). They just measure the time between ris...

0690X000006C72LQAS.bmp

Is there an application note and or sample code showing how to configure and use the on-board PTPV2 (Precision Time Protocol)?

I am using an ST32F7 device that incorporates IEEE 1588 hardware within the core. I need to know if this functionality is already within the HAL drivers, etc.... and if there is an app note or sample project available. I see discrete steps for mask...

Fixing poor math in the library code

I've pointed this out before, but still spreading throughout the code base.STM32Cube_FW_F4_V1.19.0\Projects\STM32F429I-Discovery\Demonstrations\STemWin\Core\Src\k_rtc.c/** * @brief Configures TIM5 to measure the LSI oscillator frequency. * @para...

CubeF4, when is a UART DMA transmission over ?

Hello,I'm sending data on UART using DMA with HAL_UART_Transmit_DMA().As sometimes I need to send two messages consecutively, I'm testing if the previousmessage is sent before preparing the new one. I do something like this:void sendData(){ u...

JulienD by Senior
  • 942 Views
  • 6 replies
  • 0 kudos