STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Resolved! Bug in STM32H7 1.3.0 USB generated code

I am using a STM32H7 USB in MSC mode. When I generate the source code with STM32CUBEMX 4.26.1 and STM32CubeH7 Firmware Package V1.3.0 / 04-July-2018, i noticed that inside USBD_HS_USR_BOSDescriptor() in usbd_desc.c, USBD_HS_BOSDesc definition can not...

MaxR by Associate II
  • 553 Views
  • 2 replies
  • 0 kudos

Repeat sequence of ADC conversions using DMA

Hi All,I need to do 13 ADC conversions using DMA. And also need to repeat it 10 times so that I can take average for all the 13 values. Here's the code I'm using:static uint16_t adcDataArrayBeforeAvg[130];HAL_ADC_Start_DMA(&hadc, (uint32_t *)adcData...

PKris by Associate II
  • 491 Views
  • 2 replies
  • 0 kudos