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

Resolved! SMTM32F767XXX - USART3 and UART7 share the same DMA streams, but different Chanell, ¿How can I change the DMA Stream Chanell on run time?

Hi, I'm using STM32F767NGHXX for a project. It is mandatory for me to use USART3 and UART7. I want to use both uarts with DMA transmissions but this 2 uarts use the same DMA Streams. Other option could be use one with DMA and the other use normal UAR...

J80.1 by Associate II
  • 1685 Views
  • 7 replies
  • 0 kudos

stm32f7 FMC interfacing external nonmemory chip, like XR16v798

Hi.I`m going to use an octal uart IC named XR16V798 and my MCU is a stm32f756z,I printed my own designed board which connected these two ICs as follows:just to mention, I haven`t used FMC with any other device before, now I dont know how to work with...

0693W00000UnuCVQAZ.png
HSh..2 by Associate II
  • 1076 Views
  • 4 replies
  • 1 kudos

Software reset issue

1. HAL_NVIC_SystemReset() does not work. it always stays at __NOP(), no reset  for(;;)                              /* wait until reset */ {  __NOP(); }2. Before I implemented ADC with DMA, the soft reset below works. But after implemented ADC with D...