STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to send UDP Data over USB

Hey guys,I am using a STM32F401RE nucleo board that does not have an ethernet port. However, I would like to send UDP Frames over the USB/serial port. Since I am new to this and there are no examples how to do it, I really appreciate your help. Has a...

JCorn.2 by Associate II
  • 1804 Views
  • 6 replies
  • 0 kudos

STM32F207(NUCLEO-F207ZG)-USB

hi,i programmed to interface USB from micro controller to PC, in PC using terminal software i try monitor the transmitted data, i tried with many terminal software(putty, hyperterminal, docklight, realterm) but i could not receive the data,but can re...

Cvadi.1 by Associate II
  • 1064 Views
  • 2 replies
  • 0 kudos

Transmitting DATA using USB in STM32H743

Hi,I am having some problem transmitting data over USB.i'm transmitting '|' and '.' continuously but i'm missing some data when i receive data .i'm getting like "||.|.|.|..||||.|.|"I generated code using CubeMX. Even in reference manual there is no c...

VPras by Associate II
  • 409 Views
  • 1 replies
  • 0 kudos

osTimer Callback Context and Priority

I'm using STM32L152RET with FreeRTOS (cmsis wrapper) for my product. I'm struggling to understand the priority and context of the freertos "timer interrupt". We use a cmsis wrapper (code generated from CubeMX) and the freertos based timer task is ref...

usb host cdc enumeration problems

Hello,i need to create a simple communication between a stm32f103 usb device and a stm32f407 usb host. I configured a simple program for led blink of stm32f103 and it works correctly. Practically i connect the usb device to my laptop with "PuTTY", i ...

MMang.17 by Associate
  • 461 Views
  • 1 replies
  • 0 kudos