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

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
  • 415 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
  • 985 Views
  • 2 replies
  • 0 kudos

Resolved! fileX file name encoding

Hello,I am listing files on the SD card using fileX. My issue that some of the files contain Czech Characters (eg. č,ž,ě,š and few more). It seems that files with czech characters are read with shortened file names. (FX_MAX_LONG_NAME_LEN is set to 25...

JeronymJ by Associate III
  • 406 Views
  • 2 replies
  • 0 kudos