STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to get the ADC identifier when using DMA?

Hi!!I am using a STM32F4 Discovery board. I am using the ADC1 and ADC2, both with DMA. I need the conditional to know which ADC was the one that finished reading data. I tried if(hadc->Instance == ADC1) but it only works when DMA is not used.Could yo...

LSoll.1 by Associate II
  • 5469 Views
  • 13 replies
  • 0 kudos

A question about WiFi with STM32H7

Hello,I would like to use WiFi in a DIY project with STM32H743, in which I design hardware and software completely myself.I am therefore looking for a simple solution that is supported by the STM32Cube (middleware) on the software side and can be eas...

Resolved! Can stm32l4p5 use Word FLASH Program Type ?

Hello,According to my research, i cant find word flash program type for stm32l4p5 mcus. There are three diffrent types(DOUBLEWORD,FAST,FAST_AND_LAST). These types defined doubleword.Thank you for your help.

Eakyo.1 by Associate III
  • 770 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H735 Multiplexed Memory Mapped OSPI Hyperram Hardfault

Hi, I use OCTOSPI1 and OCTOSPI2 in multiplexed mode to interface with two S27KL0641 ram in Memory Mapped mode.Those Rams are used for LTDC Frame Buffer and for other application data (structure, data ...).I started from the STM32Cube_FW_H7_V1.9.0\Dri...

JRand.1 by Associate
  • 2254 Views
  • 5 replies
  • 0 kudos

delay inside a EXTI9_5 callback function

I have been trying to create a asynchronous serial UART communication on GPIOA pin 9 and pin 8pin9- is RxPin8- is Txin order to sample the message at the right time I have create a dealy function using the DWT mechanism, the idea is to wait 1.5*(1/b...