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

Resolved! Serial interrupts call USART1_IRQHandler() continuously, how do I slow or stop them so that the application code can run?

Serial port interrupts are firing continuously, so that the application code does not run.I'm using an STM32H743, on the Nucleo board.Initially, USART3 worked properly for a few weeks, then failed in this manner. I then moved to USART1, which worked...

CDew.1 by Associate III
  • 4136 Views
  • 10 replies
  • 0 kudos

STM32F405 CDC USB isn't enumerated by the host

I have a new STM32F405 based board design. It is USB powered. In cube IDE I have the STM USB section configured as 'device only', 'no vbus sensing', and I have the middleware set to CDC and 'USBD_SELF_POWERED' is disabled (although I have tried both ...

Jcoll.1 by Associate III
  • 1286 Views
  • 6 replies
  • 0 kudos

Resolved! Get source capabilities without software reset

I am designing an application where the STUSB4500 must be able to negotiate successfully with a wide variety of USB-C PD sources. This involves a microcontroller which edits the PDOs of the STUSB4500 on the fly after reading the source capabilities. ...

CF by Associate
  • 921 Views
  • 1 replies
  • 1 kudos

STM32 as a MIDI device (i'm lost)

I have an STM32F723 and I'm trying to configure it so that my computer recognizes it as a MIDI device via USB.I searched the internet for examples, and read up on USB and MIDI.However, I'm lost in all this flow of information.I use CubeMX and CubeIDE...

SGROU.1 by Associate III
  • 339 Views
  • 0 replies
  • 0 kudos

How can the STM32H7 communicate with a Clause 45 PHY?

Can somebody give an example or pseudocode how to use the Ethernet MAC with a Clause 45 PHY? What is the correct setting for MACMDIOAR register to use Clause 45? Unfortunately, the RM doesn't say a lot.I used the functions HAL_ETH_WritePHYRegister()...

nrg6 by Associate II
  • 519 Views
  • 0 replies
  • 0 kudos

Connect a proprietry TCP/IP stack to nucleo-h743zi2

Hi there,I'm working with nucleo-h743zi2,I want to activate the Ethernet driver for UDP messages. I can't use an OS and can't use LWIP. I need to use a proprietry tcp/ip stack.Is there any guide thaat can help with that? Any help is most appreciated....

LSmil.1 by Associate II
  • 934 Views
  • 3 replies
  • 0 kudos

How to start bootloader from application code

I tried this code:    // BOOTLOADER starten -------------------------------------------------------------------------------------------    void (*SysMemBootJump)(void);                              // Funtkion Jump definieren    volatile uint32_t add...

BHeiß.1 by Associate II
  • 857 Views
  • 3 replies
  • 0 kudos