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! X-CUBE-AUDIO-KIT Audio Latency

Hey all,I was just reading out the new release of the X-CUBE-Audio-Kit and it says:Configurable latency mode and audio buffer sizes adjustable down to fractions of millisecondsDoes anyone know the lowest latency that can be achieved?I'm looking to po...

Resolved! Issue with Byte pool for ThreadX

Hi, I am having issues with threadX tx_byte_allocate throwing a hard fault exception.  This only happens after some time of byte allocate and release. There are still plenty of available bytes according to the pool. But somehow in _tx_byte_pool_searc...

flaming_vines_0-1698198224139.png flaming_vines_1-1698198356976.png flaming_vines_2-1698199284021.png

LWIP 2 interfaces issue

Dear colleagues, hello! Question about LWIP. I have two network interfaces, one on the QCA 7000 chip via SPI, the second on LAN 8742, installed on the debug board. I use the Socket API. The problem is as follows: The server is running on one interfac...

Ivan4S4 by Associate II
  • 458 Views
  • 9 replies
  • 2 kudos

CubeIDE arm-none-eabi-gcc Toolchain sources

Hi,I am currently working on a build container for my project and I’m using the ARM toolchain (arm-none-eabi-gcc) from ARM Developer sources:  https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads .Do you have an authless link that provid...

lotou by Associate II
  • 360 Views
  • 1 replies
  • 2 kudos

FLASH_TYPEPROGRAM_FAST fails in G0B1

I tried to use FLASH_TYPEPROGRAM_FAST in a G0B1 but is not working after a page erase. I suppose it will work with mass erase but not tried. Only works FLASH_TYPEPROGRAM_DOUBLEWORD. I've also tried to make my own function to write only 32bits modifin...