STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How can I set the i2c frequency to below 10KHz in the linux device tree? STM32MP153a

I tried setting the i2c frequency to less than 20KHz but I got the following error:[   1.788573] stm32f7-i2c 40012000.i2c: no solution at all[   1.792517] stm32f7-i2c 40012000.i2c: failed to compute I2C timings.[   1.798793] stm32f7-i2c 40012000.i2c:...

Using QSPI and MDMA on the Cortex-M4

Hi,we are working on a sensor data reading application based on your logic analyzer example project. But in our use case the data are sampled on a FPGA connected via QSPI. We have hard realtime requirements (far below 1ms) of reading the data and tra...

Kvan .21 by Associate
  • 1214 Views
  • 2 replies
  • 0 kudos

USB OTG Device Not showing in U-BOOT

Hi, I am using my custom SOM board based on STM32MP157CAC3 chip. The DDR, SDMMC1, UART4, I2C4 & PMIC configuration is same as of stm32mp157c-DK2 board. even I have used the same pin configuration in my hardware. For USB OTG, I have left USB ID and US...

DKUMA.11 by Associate III
  • 655 Views
  • 0 replies
  • 0 kudos

Compiler Bug?

I ran into a warning for one section of code that I did not for a different section of code. So I simplified it into two function. I don't see why I get a warning for one and not the other.void test32(uint32_t *data) { uint32_t src_addr = (uint32_t...