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! I2C Loopback Test using STM32F429ZI

Hello, I am trying do a loopback test, i.e I2C1 as master and I2C2 as slave on the same board(STM32F429ZI DISC1).I am giving the address for slave as 0x42 left shifted by one, and storing the same in oar1 register for I2C2. Now the problem is the mas...

maya16 by Associate
  • 184 Views
  • 11 replies
  • 6 kudos

How to transfer usb cdc data using DMA?

Hello everyone.I am using st32f407 chip to drive ad7606c ADC chip, and I want to output real time graph from PC to matlab via usb.ad7606c outputs busy signal at the end of conversion, and GPIO callback function is executed like below according to bus...

ildong by Associate
  • 154 Views
  • 6 replies
  • 0 kudos

Looking for library to help debugging power used

Hi,I'm using a STM32L0, the power consume under stop mode was ~50uA. After some search, i see that i forgot to stop the USART clock which permit a consume under stop mode around 20uA which is far from the datasheet <1uA.Actually, i'm doing manual sea...

Frog by Associate III
  • 111 Views
  • 5 replies
  • 3 kudos

Secure TAMPER on STM32H5

Hi,I am working on a secure TAMPER application running on STM32H5731I-DK. Tamper module init and config is properly executed for active tamper detection with interruption. The TAMP_MISR register is set as expected once the tamper attempt is discovere...

rpm95 by Associate
  • 48 Views
  • 1 replies
  • 0 kudos

STM32N6 VENC_JPEG_Encoding issues

Hi everyone, I am trying to run VENC_JPEG_Encoding project using STM32CubeIDE on STM32N6570-DK board, but it is not saving .bmp as stated in README file. Upon further debugging I can see in main.c in function save_file() that it is only supported on ...