STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

[Synopsys OTG] FIFO clash

So where exactly does the documentation say that different FIFOs can't be accessed simultaneously?In dervice mode, an In endpoint was configured to transmit one 16-byte-long packet, and then 16 bytes (i.e. 4 words, 72 43 70 A4 D9 99 55 2E 19 7F 32 37...

0690X000006C5xoQAC.png

Running realtime linux on STM32F7

Can we run real-time Linux on the STM32F7 series (particularly STM32F777II)?What all real-time Linux versions are available in the market today that can be chosen?What benefits does real-time linux will bring in on the MCU as compared to going for a ...