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

Use one DMA channel with 2 different IPs ?

Hello.The project I am actually working on uses several peripherals such as USART ADC SPI etc. I am trying to use as much DMA as I can, but there is something that I miss in the reference manual and on the internet.Can I use ONE channel with TWO stre...

Aahai.1 by Associate
  • 959 Views
  • 2 replies
  • 0 kudos

Firmware file for B-L475E-IOT01A_Iot_Node board

Hello,I was testing the B-L475E-IOT01A_Iot_Node board, and the inventek wifi firmware was written incorrectly, and the board crashed.Can I get a firmware file so I can rewrite the entire firmware for this board?

BSalt.1 by Associate III
  • 765 Views
  • 4 replies
  • 0 kudos

PWM not working?

Hi.This is a really simple question but I don't seem to be able to figure out the problem. I was trying to generate a PWM output (using Timer 2 CH1) on my blue pill board but nothing appears on PA0 after I upload the code.Edit: I am referring to this...

M7890.1 by Associate III
  • 3783 Views
  • 4 replies
  • 0 kudos

Resolved! Count edge with TIM14 channel 1 ?

I use counting on TIM15 and now need change to 14 , but seems here external pulses counting dont work. FYI STM32F030Is any setup for 14 possible?

MM..1 by Chief III
  • 2784 Views
  • 13 replies
  • 0 kudos

Resolved! incorrect nand id stm32h7

Hi everyone First time i read the nand ID with fmc it was all good.It was 0x2c 0xF1 0x80 that the micron told.But some times it couldnt read the id and it was all 0xff.Now when i read the id, i get two different ids.first ox2c 0x1 0x2 0x3 and sometim...

DMA transmit/receive on lpuart1

I'm using the NUCLEO-H753ZI dev board and have been testing various tx/rx reception modes using HAL routines with RTOS for all the available uarts. I have them all working well except lpuart1. When I try to receive or transmit in DMA mode I get no in...

How to make Metal detector using STM32 MCU.

I want to make metal detector circuit using STM32 for material shorting specification of circuit is given below.It can detect ferrous and non ferrous both metal.digital out put hi when metal object detected.It can show detected piece area.It is capab...