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! How do I put the original flash bootloader back onto a device if I've erased or corrupted it?

I'm not sure how I did it, but my Blue Pill STM32F103C8T6 doesn't respond to st-info --probe any more. This has happened twice in a row with identical devices. It seems that if I Ctrl-D out of GDB (an old bad habit) the device seems to brick itself a...

Stop-2 mode Reducing Current Consumption

Hi there, I am currently working on power optimization for my application. My code runs at 80MHz HSI, so in order to implement sleep mode I am dynamically changing the clock to 2MHz. After system changes to 2MHz, I am disabling the systick using the ...

Abhiram_12_0-1745555322566.png Abhiram_12_1-1745555369114.png Abhiram_12_2-1745555422436.png

USB RNDIS stucks on STM32H735IGT6

We have a problem converting our running USB VCP application (RTOS) to a working RNDIS version.We replaced the regular variants of usbd_cdc.* and usbd_cdc_if.* by their RNDIS variants.The USB OTG HS clock is enabled.We adapted the initialization:  ...

TKlem.1 by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

STM32H723ZGT6 with LAN8720A Ethernet PHY

phy芯片设置百兆全双工自协商连接千兆交换机时网络ping不通,连接百兆交换机正常 P1连接千兆交换机phy寄存器 P2连接百兆交换机寄存器 P3主控关键寄存器 Translation: When the Ethernet PHY chip is set to 100M full-duplex auto-negotiation and connected to a gigabit switch, the network ping fails, but it works normally when...

132416541_1-1745218655963.png 132416541_2-1745218665245.png 132416541_3-1745218679124.png

Resolved! Disabling Interrupts

On STM32G0 is it faster to disable and enable interrupts using the functions __STATIC_FORCEINLINE void __enable_irq(void) { __ASM volatile ("cpsie i" : : : "memory"); } __STATIC_FORCEINLINE void __disable_irq(void) { __ASM volatile ("cpsid i" : :...

Carl_G by Senior III
  • 1712 Views
  • 2 replies
  • 0 kudos