STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

only 1 byte RS485 received on STM32L051

Hi there I am using STM32L051 to talk to a RS485 transceiver and I am having problem with the receive part.System is as follow: laptop->FTDI USB converter-> Renesas transceiver -> STM32I want to update the single byte buffer when a character is detec...

Resolved! STM32L4P5G-DK + STMod+ (MB1280) + WRL-17146

Greetings,I have STM32Cube IDE installed, created some test apps, blinking LED's, RTOS threads, mutex and so on,writing on UART2 (virtual serial) is working well as I have working output on virtual COM port using putty on serial.I want to access UART...

1.png

Implement UART Transmit in DMA mode correct way

I am using stm32f779I eval kit. I am using example UART_HyperTerminal_DMA by en.stm32cubef7.I am trying to implement UART in DMA mode to transmit a simple string.So I have used CubeMX to generate the code and I have configured UART1 TX DMA in normal...

phenom by Associate II
  • 1641 Views
  • 14 replies
  • 0 kudos

Resolved! GPIO Pin Initilization for USB Port

I Created a New Project for the Following MCU'sSTM32L072CZYSTM32F103C8T6STM32F401REI enabled the USB as Device and Also Selected Virtual Com Port as the Middleware and Generated the Project.Upon Loading the Respective Projects to the MCU's The USB Po...

Resolved! how to use UART with DMA

I am using STM32H7B0VBT6 MCU.i want to transmit data using UART with DMA in normal mode.i am using "HAL_UART_Transmit_DMA(&huart4, &UART4_array[0], UART4_ARRAY_SIZE);"it sends only once , next time it do not work. Where i am doing wrong ? am I using ...

NKann.1 by Associate III
  • 2833 Views
  • 9 replies
  • 5 kudos

VCom port, emptying buffer.

Hello! Not sure it's the right place to post. I have a custom board based on STM32F767. I'm using USB with VCOM port to communicate by UART. Basically it works (I mean, I can receive bytes from a terminal (I'm working on Ubuntu with STM32CubeIDE v. 1...

PG.1 by Associate III
  • 236 Views
  • 1 replies
  • 0 kudos

STM32F4 LoRa E220-400T30S Communication

I got 2 STM32F446VET7 MCU board and I am trying to communicate each other with LoRa E220-400T30S.I cannot found any usefull libraries so I am trying to write one.I can communicate with modules from UART and setting configuration parameters.Both E22 m...

testbenchmark_0-1722767477601.png

SMT32F767 HSI Clock Calibration

Hi,I am having uart baudrate problems while HSI clock as uart source clock. No problem with PCLK as source with the same uart. In Cube IDE (V1.16.0) and F7 software package (V.17.2), I get different values for HSI_CALIBRATION:Ide gets as 0x10 while r...

TKana1_0-1722926090116.png
TKana.1 by Associate III
  • 427 Views
  • 12 replies
  • 3 kudos

Resolved! STM32F446VET7 LoRa E220-400T30S UART Communication

Hello,I am trying write a LoRa library to STM32F446VET7 in my application.In the LoRa E220-400T30S documentation, it tells me to set the UART settings for configuration mode to 9600 and 8N1 and to give 1 to M0 - M1 pins.After doing that I am trying a...

testbenchmark_0-1722677845691.png testbenchmark_1-1722678016431.png testbenchmark_2-1722678063835.png testbenchmark_3-1722678118028.png
Labels