STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 2284 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
  • 1455 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
  • 536 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...

STM32F767 Execution time is more compared with STM32F429

Tried creating OS task 100 times in Example codes with FreeRTOS taken from STM32CubeMX for both F429 and F767 and found the observations as below.F429 - 6 TicksF767 - 16 TicksDifference - 10 TicksWhat is the reason for the delay and Is there any othe...

RBG by Associate II
  • 1501 Views
  • 14 replies
  • 0 kudos