STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Bug at the beginning of waveform (DMA transfer)

Hi I'm trying to generate a signal with 100 ns time on and 100 ns time off thanks to DMA transfer. My problem is that I have a peak of tension before and I don't know what is it (F446RE)Here is my code:int main (void) {     /*Clock and Power initial...

0693W00000QM2iNQAT.jpg
YSall.1 by Senior
  • 612 Views
  • 2 replies
  • 0 kudos

Resolved! the document about Nucleo-L4R5ZI

I bought Nucleo-L4R5ZI.​I can't find any document with HW information such as memory map, registers, etc. for Nucleo-L4R5ZI.I could find a document with HW layout and other information.​Where can I find a document that contains HW information such as...

Myasu.1 by Senior
  • 980 Views
  • 5 replies
  • 0 kudos

Resolved! hi how to implement fifo with usart in stm32f0308

Iam new to stm32 microcontrollers, i have to read uart continuously and store to array. and size of the data received from uart is variable. if i use the fifo with uart i can solve problem.so please help me how program to receive data from uart in fi...

SSRIN.2 by Associate III
  • 5116 Views
  • 18 replies
  • 0 kudos

Resolved! WRP swapped banks, Ref Manual clarification

The reference manual (RM0440 Rev 7) has a point about WRP on page 125 regarding if the two banks are swapped. Why do the WRP2A_STRT and WRP2A_END registers have two different sets of values? It looks like one set is for Single Bank mode and the oth...

0693W00000QMFj4QAH.png
D_wight by Associate
  • 554 Views
  • 1 replies
  • 0 kudos

State when no settings are made in GPIO pin

Hello,​For example, i do not set any settings in PE10 pin. (Reset state)What state is PE10 pin?​Will the state of PE10 be floating or Pull down?(I don't use pull down resistor.)​​Best regards.​​​

hjuns by Associate III
  • 725 Views
  • 2 replies
  • 0 kudos

UART communication between Arduino and Nucleo-F411RE

I am trying to establish Serial communication between Arduino and Nucleo-f411re,I have connected the TX of Arduino to PA10 (UART 1 RX) of the Nucleo, I have tried using a voltage divider also but t did not workNucleo code#include "stm32f4xx.h" ...

0693W00000QM4XHQA1.png 0693W00000QM4XCQA1.png
IHJEI.1 by Associate II
  • 1749 Views
  • 5 replies
  • 0 kudos

STM32F446RE UART Tx DMA: The tx buffer gets mixed up

Hello all,I am very lost and would appreciate any advice. Currently, my final goal is to send an ADC buffer using HAL_UART_Transmit_DMA. But I am stuck on transferring a chronologically ordered array starting from 240 - 289. #define ADC_BUF_LEN 50uin...

LCho.1 by Associate II
  • 817 Views
  • 3 replies
  • 0 kudos