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

Azure RTOS adding UDP and TCP to same project?

I am attempting to add a UDP service to my TCP project. However, I do not see a way to select the UDP services in the .ioc configuration.I have successfully implemented UDP in my Nucleo F4 project, but the TCP project is using an Nucleo H723 target/p...

0693W00000aJ289QAC.png
MHoop.1 by Senior
  • 727 Views
  • 3 replies
  • 0 kudos

freertos with c++ library in cubeide

Hi, I'm new to building by using CubeIDEActaully, I'm kind of lost for building my project.When applying freeRTOS provided by CUBEIDE, a freertos.c file is generated. I want to use including a C++ header file and C++source code and using a C++ class...

HKang.4 by Associate
  • 1239 Views
  • 1 replies
  • 0 kudos

Resolved! Slave I2C interrupt issues

I am struggling to find working examples to work with FreeRTOS in an interrupt mode.I use the function HAL_I2C_Slave_Transmit_IT() This enables the interrupt as well as setting up the data.It works to a point, then the remote Master send a Nak and 8 ...

Mike xx by Associate III
  • 1375 Views
  • 2 replies
  • 0 kudos

How do I output an Integer over USB?

I am trying to send some communication from an Nucleo-F412ZG board over USB. I am currently using CDC_Transmit_FS function but this seems to only send char values and I would like to be able to send an uint8_t variable and have it come out as a meani...

GTann.1 by Associate II
  • 706 Views
  • 1 replies
  • 0 kudos

How to send data over USB using Nucleo-L053R8 ?

Hi community, I am trying to use a Nucleo-L053R8 board to send data over USB without much success. The purpose of my project is simply to test the USB communication by sending string over USB Port as a first step before sending the sensor data. When ...

fakhfakh by Associate
  • 1002 Views
  • 1 replies
  • 0 kudos