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

STM32U575VGT CRC checksum through DMA

I am working on converting projects from STM32F745VET to STM32U575VGT. Part of the startup routine of the projects is checking for flash errors using the CRC peripheral. The STM32F7 projects initialize a DMA channel in the following way: void MX_DMA_...

Roth.Ian by Associate II
  • 58 Views
  • 1 replies
  • 0 kudos

STM32U575VGT: Autonomous SPI reading

I have a project where a STM32U575VGT must convert a SSI multiturn encoder value into a parallel single turn value for GPIO output. The SSI values are 3 bytes long, and it would be best if the CPU is only interrupted when the last 2 values differ. I ...

Roth.Ian by Associate II
  • 63 Views
  • 3 replies
  • 0 kudos

STM32U5 Stop mode with FreeRTOS

Hello, I am using an STM32U585 with STOP mode and FreeRTOS in tickless idle mode. The datasheet says the current consumption should be around 4.5uA, however I am measuring 35uA on my custom board that only has the MCU and some decoupling capacitators...

LSM6DSO I3C SETDASA

Hello!I'm working on an Nucleo-H503RB board and trying to communicate with a LSM6DSO over I3C.I am now able to use ENTDAA to assign a dynamic address to the LSM6DSO.Next, I want to test using SETDASA to assign a dynamic address based on the static ad...

jad1_0-1777514154625.png jad1_1-1777514179063.png jad1_2-1777514187310.png
jad1 by Associate
  • 101 Views
  • 2 replies
  • 1 kudos

X-CUBE-EEPROM doesn't update variable

Hello,I am using X-CUBE-EEPROM as a mean to store variable in internal FLASH memory on STM32U5G9-DK2 board. Here is my function where a variable in flash:static FLASH_STATUS flash_slot_write_shared_key(const FLASH_INDEX *index, uint8_t slot, uint8_t ...

cfl by Associate
  • 79 Views
  • 1 replies
  • 2 kudos