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

Incorrectly writing to memory?

I am trying to make a guitar loop pedal with my nucleo-l476rg board. It has 1MB of flash and I am trying to write and read from bank 2 only as it is the bank of memory I want to use for storing recorded audio. I currently have an active buffer set up...

plsWork by Associate II
  • 85 Views
  • 5 replies
  • 0 kudos

USB Audio command function not being called

I'm trying to go about creating a USB Audio interface on a NUCLEO-H7S3L8, receiving USB audio and forwarding it to the SAI, in order to send to an external DAC.Among other tests, I went back to checking when the functions in usbd_audio_if.c get calle...

Deimos by Associate
  • 19 Views
  • 0 replies
  • 0 kudos

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

Low power run mode on Zephyr

I'm working on entering and exiting low power run mode at runtime on Zephyr rtos. I can't find a way to change clock frequency to 2MHz (required by LPR) and back to 80MHz using zephyr  features at runtime. Is there any api to achieve this, or some si...

SPH FLUID optimization issues

Hopefully i chose the right thread, right so i have sn stm32h523 chip running a PCISPH fluid simulation, but its incredibly slow, that was expected, which is why i optimised the algorithm to include spatial hashing to reduce particle-particle computa...

tekky0_ by Associate
  • 30 Views
  • 0 replies
  • 0 kudos