STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART4 RX Signal level

I use the UART4 like the following initialization.​void uart4_configuration(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; /* enable usart clock */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_UART4, ENAB...

0690X00000DYODdQAP.jpg 0690X00000DYODiQAP.jpg
Kim.Andy by Associate III
  • 3429 Views
  • 2 replies
  • 0 kudos

Resolved! bitbake error

I'm referring to the following website.https://wiki.st.com/stm32mpu/index.php/STM32MP1_Distribution_PackageI stumbled on "6 Building the OpenSTLinux distribution".Error occurred in bitbake.I attach the log.Could you tell me the cause of the error?Bes...

Osamu by Associate II
  • 1008 Views
  • 2 replies
  • 0 kudos

Control external amplifier via GPIO

HI all,I am using an STM32MP15-EV1 eval board and will connect an external amplifier to the HEADSET output. I would like this amplifier to be automatically switched on / off when sound is being played. If I am correct this is supported in the audio-g...

Resolved! Linux Kernel build failure.

I’m getting a build error when attempting to build the linux kernel.ERROR:scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory #include <openssl/bio.h>I have followed instructions from https://wiki.st.com/stm32mpu/wiki/...

JSpra by Associate III
  • 5304 Views
  • 3 replies
  • 0 kudos

Resolved! DSI display comes up during U-Boot and displays ST Logo but turns off once Linux Kernel takes over on our custom DK2 board. Weston Wayland Compositor fails to start during boot and backlight setup fails too. Does Wayland compositor have GPIO dependencies?

Most of the DSI pin mapping is same as ST's DK2 board except DSI_RESET and DSI_TE. I updated the DSI_RESET pin mapping in the device tree to reflect actual connections. However, Weston Wayland compositor fails to start even when DSI display is not co...

EB.1 by Associate II
  • 2066 Views
  • 3 replies
  • 0 kudos