STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 284 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
  • 186 Views
  • 2 replies
  • 0 kudos