STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Installing libc6-dev library on STM32MP157C-DK2

Hi,In order to compile c-project directly on STM32MP157C-DK2 I've installed GCC 8.2.0 on the board but cannot manage installing libc6-dev library (or any other suitable one).Could you please help me to figure out the proper way how to do?For now I'm ...

Resolved! How to install python package on STM32MP157c-dk2?

Hello,I have followed this link: https://wiki.st.com/stm32mpu/wiki/X-LINUX-AI-CV_OpenSTLinux_expansion_package and successfully flashed STM32MP157c-dk2 device with AI OpenCV image.Now, I am trying to install python package scipy on the device. But it...

Resolved! RTC backup 3VDC battery wiring on stm32mp157c-dk2 board?

I have seen some stm32mp157 boards from third parties do have a backup 3VDC battery attached to their RTCs, so it won't lose the time when powered off. Is there any way to connect a backup battery to the RTC circuit on the stm32mp157c-dk2 board?-albe...

albertr by Associate III
  • 2378 Views
  • 14 replies
  • 0 kudos

STM32 TF-A FSBL customization workflow

I need to customize the TF-A en.SOURCES-tf-a-stm32mp1-openstlinux-4.19-thud-mp1-19-10-09.tar.xzOur custom board have a different pin selection for UART4 debug as you can see below, the UART4_TX pin is not on the STM32_PINMUX('G', 11, AF6), but is on ...

koan by Associate III
  • 1495 Views
  • 8 replies
  • 0 kudos

Resolved! Examples for STM made OP-TEE drivers?

Hi all,i want to use some hardware peripherals in OP-TEE. I got the GPIO driver (stm32_gpio in core/drivers) to work with my PTA (Pseudo Trusted Application). I now wanna use the I2C peripheral using the stm32_i2c driver.I coundn't find any example c...

Fee by Senior
  • 1030 Views
  • 4 replies
  • 0 kudos

STM32MP157C-DK2 Ethernet network is not working

We brought stm32Mp157C-DK2 board for our prototype testing. I can able to work on the A7 and M4 also ran examples. After 3 days of our work the Ethernet communication is not working. The LED's on the connector is not glowing. I check in Linux termi...

JSomi by Associate II
  • 2555 Views
  • 9 replies
  • 0 kudos

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
  • 3264 Views
  • 2 replies
  • 0 kudos

Resolved! Using Bluetooth for interacting SensorTile and STM32MP157C-DK2

Hi,​I'm looking for the simplest way how to gather data from SensorTile board(s) on STM32MP157C-DK2via Bluetooth.Could you please help me to find some examples?​Ideally it'd be nice to do it directly on Cortex-A7, e.g. by adapting/making running on S...

Resolved! STM32MP157 Display Interfacing and OS Organization

Hi,we're thinking about using the STM32MP157 in a product. However, there's still something unclear to us.We need to connect it to a display which only supports the 16-bit Intel 8080 bus (so LTDC cannot be used). I read that it's possible to emulate ...

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
  • 4516 Views
  • 3 replies
  • 0 kudos