STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Cannot light up the LCD of STM32MPU135-DK

If the board power supply does not supply enough current (3A), the red LED indicates the issue following the rules below:LED blinking mode Console message Boot processTwiceWARNING 500mA power supply detectedCurrent too low, use a 3A power supply!Cont...

tomcat by Associate II
  • 913 Views
  • 4 replies
  • 0 kudos

Resolved! How to enable QuadSPI on STM32MP131F?

There's a problem enabling QuadSPI in CubeIDE. After enabling QSPI and generating the code, compile errors occur.Here are the issues I've identified:XSPI_HandleTypeDef is not defined.There's no define related to QSPI (or XSPI) Enable in the stm32mp13...

Stnoobs_0-1718064431129.png Stnoobs_1-1718064625953.png Stnoobs_2-1718064722235.png
Stnoobs by Associate II
  • 515 Views
  • 1 replies
  • 0 kudos

Resolved! i2c1 no pull-up

hello,my custom board using stm32mpa35faf7 i2c1, but I forget add externel pull-up resitors.PD12--->I2C1_SCLPE8 ---->I2C1_SDANow  ths i2c seems don't work.please help me

Questions Regarding QuadSPI in STM32MP13 Bare Metal

Currently, I am testing QuadSPI.Is it correct for the output to include Command / Address / Data?I want to output only Data. While I can remove the Address through settings, I couldn't remove the Command.Is it possible to output only Data?

SL1 by Associate III
  • 481 Views
  • 2 replies
  • 0 kudos

Splashscreen off between u-boot and kernel STM32MP1

Hi,I am using an STM32MP157_SOM interfaced with an LCD-OLinuXino-7TS screen. I have activated the splash screen for U-Boot and psplash in the kernel. The U-Boot splash screen works correctly. However, after the 'Starting kernel...' message, the scree...

bbou by Associate
  • 3369 Views
  • 3 replies
  • 0 kudos

USB Composite in STM32MP135

HiI have the same problem as described in the topic below:https://community.st.com/t5/stm32-mpus-products/usb-composite-in-stm32mp157c/td-p/142734I tried the solution from the above link. I see that I can set up several USB gadget devices, like NCM E...

Running Docker on STM32MP13x

Hi everyone, I have been trying to get Docker running on the STM32MP135F-DK for quite some time now and have been running into some issues. I originally built an image for the STM32MP135F-DK with the Mickledore release by following this tutorial: Lin...