STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 812 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
  • 852 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
  • 383 Views
  • 1 replies
  • 0 kudos