STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DCMI with embedded syncs BT.656

There are many questions around related to the DCMI and embedded syncs on various forums. ST's documentation is not very helpful in this regard and I could not find any meaningful solutions on the web. I had a similar issue using STM32MP157 - unfortu...

info by Associate II
  • 2153 Views
  • 0 replies
  • 1 kudos

SRAM1_text overflow

I am trying to port a FW which was running on STM32H7 controller to F4 core of STM32MP157.I get this errorsCM4.elf section `.text' will not fit in region `SRAM1_text' CM4 C/C++ Problemmake: *** [makefile:68: CM4.elf] Error 1 CM4 C/C++ Problemregion `...

HAlzo by Senior
  • 1223 Views
  • 2 replies
  • 1 kudos

Usage of I2S stops the SPI

We are using STM32MP13 with Linux for the A7 and using HAL (no OS) for the M4 Coprocessor. In Linux we configured in device tree the I2S (codec and sound are also configured in device tree). &i2s1 { clocks = <&rcc SPI1>, <&rcc SPI1_K>, <&rcc PLL3_Q>...