STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H725VGT6 UART DMA Receive not working

Hello,As mentioned in DMA is not working on STM32H7 devicesI applied solution before DMA receiveSCB_InvalidateDCache_by_Addr((uint32_t*)(((uint32_t)rx_buffer) & ~(uint32_t)0x1F), RX_LENGTH+32);but it just get stuck in this instruction and not executi...

DPate.5 by Associate
  • 582 Views
  • 3 replies
  • 0 kudos

Resolved! libraries i2c.h

I would need to find the i2c.h library to be able to have the low-level functions i2c.read and i2c.write to read the data of a thermal sensor mlx90640

Icont.1 by Associate II
  • 1246 Views
  • 1 replies
  • 0 kudos

Issue in the I2C communication

I am facing an issue with the I2C communication. During the first run the communication between the MCU and the sensor is okay then I can read and write in the sensor's registers without a problem. However, when I try to debug a second time I receiv...

GGhed.1 by Associate II
  • 666 Views
  • 1 replies
  • 0 kudos

STM32L432KCU6 ADC returns incorrect values

Hello everyone,For a project I'm working on, I'm using the STM32L432KCU6 MCU. After writing some code I've managed to make the STM32L432KCU6 do what I want/need, except that the ADC returns incorrect values from some of the ADC inputs.In this project...

J.dW by Associate II
  • 3025 Views
  • 6 replies
  • 0 kudos

Stream Buffer on STM32Fx?

Hi everyone!Somebody here has a basic example for stream buffers on a single core devices? Preferably with use of interrupts.Thanks a lot!

by Not applicable
  • 473 Views
  • 3 replies
  • 0 kudos

Resolved! How to work with radians?

How to work with radians in HAL? I include a math library #include "math.h" and trying to implement a formula which has radians cleansignal = 3.0 * sin (radians (Count)); And CubeIDE gives me an error: undefined reference to` radians'

DK.7 by Senior
  • 723 Views
  • 1 replies
  • 0 kudos