STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USART LL_DMA STM32U5

Hallo, I'm using the Nucleo board for STM32U5, LL drivers for USART1 and DMA.in my main.c the init function are:static const charlong_string[] = """What's the problem""???????\r\n""";static void MX_USART1_UART_Init(void){ /* USER CODE BEGIN USART1_In...

IVent.1 by Senior
  • 793 Views
  • 1 replies
  • 2 kudos

USB link STM32 - EG915U

"Hello,After several research attempts, I could not find what I was looking for. That’s why I am posting this message today. I need to connect my microcontroller (STM32L4R9AI) to an EG915U modem through USB.The microcontroller uses the latest HOST US...

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
  • 719 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
  • 770 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
  • 354 Views
  • 1 replies
  • 0 kudos
Labels