STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Example for ADC in multimode with dual DMA?

Hi, I want to use the simulataneous ADC reading with 2 DMA channels, in order to avoid overrun errors (which I'm having).I'm using the HAL and I'm having a hard time understanding when is the DMA buffer of the slave channel assigned. When multimode i...

mur by Associate III
  • 4661 Views
  • 4 replies
  • 0 kudos

STM32L4: ADC3 stops when dual ADC mode selected.

Hi,I am using STM32L476VGT3. When ADC1, ADC2 and ADC3 are configured independently, everything works fine. As soon as I write into the DUAL[4:0] bits of register ADC_CCR (common control register) to set ADC1 and ADC2 in dual mode, ADC3 stops. The dua...

MGard.2 by Associate II
  • 285 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H755Zi-Q~How to share data between cores

Currently I am just trying to share some data between cores, and right now I'm just trying to send a constant value to confirm operation.I have this code located in a file called share.h,typedef struct {   // shared data goes here   int16_t data;   }...

CFran.1 by Associate II
  • 1306 Views
  • 4 replies
  • 0 kudos

Data in the RAM of STM32

I use IAR to program STM32,the map file shows that :the RAM is divided to​ 1.data Section;2.CSTACK and HEAP section;3.bss section;4.Unassigned part of the RAM。What I want to know is ​that:The Unassigned part of the RAM is used to do what? Because I w...

0693W00000AMb31QAD.png
Pzhu.1 by Associate II
  • 674 Views
  • 2 replies
  • 0 kudos