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

STM32F7508-DK Communication with computer.

Dear All,i'm try to working on this beautiful discovery kit. I was able to create a simple gui in touchGFX with some buttons and managing virtual functions to set a text variable to some letters string. I'm now trying to send these texts to my pc usi...

GZupp.1 by Associate
  • 831 Views
  • 2 replies
  • 0 kudos

Access FD-CAN bootloader from classic CAN transceiver

I'm in situation ​programming STM32L552 (FD-CAN) MCU from classic CAN (CAN 2.0B) transceiver host through CAN communication line. According to AN5405, this kind of bootloader doesn't be compatible with classic CAN. However, for avoiding my hardware c...

kimj by Associate
  • 404 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 NetX Duo LwM2M Firmware Update

I have a project with STM32 MCU and BG95 LTE module. I use NetX Duo with LwM2M protocol. I am trying to implement FOTA for STM32 with LwM2M protocol. I haven't find resources for that. Is there any example for that?How can I implement that function? ...

MKILI.3 by Associate
  • 674 Views
  • 1 replies
  • 0 kudos

Receive UDP broadcast from a particular source port

Hi all,I am working on a project that transmits UDP packet to a remote IP and port. I need to receive a broadcast packet from a particular source port. Below is my current UDP initialization.I am using LWIP stack for UDP communication. How should I i...

SSala.3 by Associate III
  • 778 Views
  • 0 replies
  • 0 kudos

Resolved! How to use STM32 as a USB host and mount USB device??

/* USER CODE END Header */ /* Includes ------------------------------------------------------------------*/ #include "usb_host.h" #include "usbh_core.h" #include "usbh_msc.h" /* USER CODE BEGIN Includes */ #include "ff.h" /* USER CODE END Inclu...

jsoda.1 by Associate III
  • 2818 Views
  • 2 replies
  • 0 kudos

Hello guys, I am working with STM32G0C1RET6. I want to use STM32 as a USB host and want to save data on USB flash stick. I followed some tutorial from ST microcontroller's youtube channel but I am still not able to mount my USB device. what should I do?

Here are details about my project:I have connected my USB_DM and USB_DP pin directly to USB connector.I enable A9 and selected as a GPIO output using VBUS setting in CUBEIDE. Which is providing me 3.3VI read that there is inbuilt pull up resistor in ...

jsoda.1 by Associate III
  • 1774 Views
  • 12 replies
  • 1 kudos