STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! fp-aud-aec1 8khz audio

Can someone please guide me with 8KHz audio, echo cancellation is almost perfect for 16khz audio on stm32u5, but seems problematic at 8KHz, i've tested pass-through (loopback, mic connect to speaker) at 8Khz and it is clear when AEC is disabled, also...

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 II
  • 92 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 II
  • 133 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 as TFTP Client

Earlier I implemented file transfer using TFTP in which my stm32 module was working as a server. But now I want to make it work as a TFTP client. Is there any example regarding TFTP client.

Resolved! explanation about flash memory on sector method

Hi everybody,I am currently working on an STM32F446REDatasheet I need to save some bytes like 10 for example. I need to save some bytes like 10 for example, in flash memory to save my HMI configuration.I have read articles and done research but I don...

JJoao.1 by Associate III
  • 451 Views
  • 24 replies
  • 5 kudos