STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 511 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
  • 463 Views
  • 2 replies
  • 0 kudos

Bug in cmsis_os.c

Hi Team,Recently, I came across an error "dereferencing pointer to incomplete type struct os_pool_cb " when in my program, I tried to access "markers" ( member of the struct os_pool_cb). Below is my designfile1.c=======#[include "cmsis_os.h"]​ extern...