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

FreeRTOS Tick Speed

Good evening,  I need freeRTOS tick speed to be greater than 1kHz, I tried to change the configTICK_RATE_HZ parameter but get a divby0 error which I can't fix. Is there a way garanteed way to achieve what im looking for? Thx in advance 

Jack_DB by Visitor
  • 42 Views
  • 2 replies
  • 1 kudos

Resolved! I2C Slave sends stale data to Master

Hello! This is the first time I'm using an STM32L0 (...11F4Ux) and also the first time I've tried implementing an I2C IRQ Handler. The code snippet mostly works, but there's a bug in which a READ commands sends data from the previously requested regi...

FP-AUD-AEC1 Hard Fault on STM32WB55REV

Hey everyone,I'm currently trying to integrate the STM32 FP-AUD-AEC-1 software package in a multithreaded environment (ThreadX) on an STM32wb55rev7 mcu chip. Library compiles and runs but eventually hard faults during thread initializations. Any advi...

coop6 by Associate
  • 107 Views
  • 2 replies
  • 0 kudos

SDRAM FMC with STM32H7

Hi everyone, my custom board previously had an STM32F746BGT6. Since we were looking for a microcontroller with a graphics accelerator, we opted for the STM32H743BIT6 (which is pin-to-pin compatible). All the peripherals work, but I'm having trouble i...

Giovanni3 by Associate II
  • 136 Views
  • 10 replies
  • 0 kudos

Static DFU Serial Number on STM32F723xx

There have been previous posts about determining how the DFU serial number is formed from the 96-bit Unique ID.  However, when using the ROM bootloader for the STM32F723xx MCU I don't see unique serial numbers at all.  I am always seeing the same DFU...

jwj by Associate
  • 74 Views
  • 2 replies
  • 0 kudos

STM32H723 PSSI DMA

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hello,   i have a Project, where i have an FPGA connected...