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

DALI 2 DT8 Tuneable White software stack

Does anyone know if there are any software stacks available through ST that support DALI 2 colour tuneable (DT8) control gear devices (LED drivers). I can see that ST have a third party offering from MBS Solutions that claims to offer full DALI2 supp...

Bill2 by Associate II
  • 445 Views
  • 7 replies
  • 2 kudos

OSC with STM32G4

Hello,I have an STM32G431 here that sends messages to a PC via MIDI. These are translated into OSC messages by a bridge and then interpreted by lighting control software. I would like to eliminate the intermediate step via the bridge and transmit the...

Resolved! STM32 CAN Bus skips some messages

Hi, I am using three STM32 devices for CAN communication:HardwareDevice A: STM32G431 (FDCAN)Device B: STM32F303 (Classic CAN)Device C: STM32H7A3 (FDCAN)SetupA sends a continuous sequence of commands to B.B processes each command and replies to A over...

Whats the problem with USB Host HID

Hello.I have problem using STM32 USB Host HID. I`m stuck in the USBH_Process() function in usbh_core.c, or its better to say stuck in USBH_HID_Process() function in usbh_hid.c file. I am trying to connect a USB keyboard to my own designed stm32f407zg...

0693W00000BZsMjQAL.png 0693W00000BZsMGQA1.png 0693W00000BZsNhQAL.png 0693W00000BZsSYQA1.png
HSh..1 by Associate II
  • 2609 Views
  • 6 replies
  • 1 kudos

Resolved! HARDFAULT STM32G0 ThreadX

I’m working with an STM32G0 running ThreadX (Azure RTOS).The system UART is configured in circular DMA mode with an IDLE event interrupt for data reception.SymptomsIntermittently, after hundreds of successful receptions, the system enters HardFault_H...