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

location using SIM800L GSM MODULE

Hi Community,I am trying to integrate SIM800L module with STM32F103C6T6 using UART (POLL method), code given below, but all I am getting a response is a single char 'A' or sometimes a random value as shown in screenshots. I have also tried setting up...

live_debug_HALTIMEOUT.PNG response.PNG

Resolved! Some code example to read a gamepad controller in USB host HID standalone mode (or USBX) w/ H723ZG

Dear Community,I looking for some help - I need to be able to read a gamepad controller (in this case logitech wireless F710) with a H723ZG board.  I tried to adapt the mouse and keyboard examples without any success.With the HID_standalone example, ...

jea74 by Associate III
  • 2576 Views
  • 1 replies
  • 0 kudos

Get AUTOIP working on lwIP

Hello forum,I'm working in STM32CubeIDE with the STM32F107VCT6 on a custom board which successfully run a TCP Server application using Ethernet communication + FREERTOS + lwIP and I'm struggling in enabling AUTOIP feature.My custom board need to be I...

Spaghetto_0-1707839941953.png
Spaghetto by Associate III
  • 8849 Views
  • 7 replies
  • 7 kudos

STM32 Classic USB DFU Implementation

Has anyone implemented the Classic USB DFU class without using Azure RTOS for STM32H5xx Devices. There is an example support for the CDC Communication available on the Community but i was unable to find the DFU Example. If anyone has an example pleas...

NikhilP by Associate II
  • 1743 Views
  • 2 replies
  • 0 kudos

Resolved! STM32U5A5: AZURE RTOS and 1ms ticks - how to set?

I am confused: I want to have 1ms AZURE RTOS tick timer - but no idea how to set.What I see:AZURE RTOS defines 10ms tick timer (UX_PERIOD_RATE, TX_TIMER_TICK_PER_SECOND)I see as well, when using tx_thread_sleep(1000); - it sleeps 10 second (not 1) - ...

tjaekel by Lead
  • 6651 Views
  • 4 replies
  • 3 kudos