STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Setting System registers

I am using STM32MP157C and as part of the project i am trying to configure the hardware by enabling and disabling certain security features(tamper detection,trust zones,rd and wr protection etc)I would like to know if there is a way to access the sys...

KS.2 by Associate III
  • 659 Views
  • 3 replies
  • 0 kudos

Resolved! Compile Kernel using bitbake

HI all,Is it possible to just compile the kernel in yocto environment for stm32mp1 using command : bitbake -C compile virtual/kernelThis command is currently failing with below error message : If not this , then what is the correct way to do it?I hav...

0693W00000D2AzyQAF.png
NPal.2 by Senior
  • 1697 Views
  • 6 replies
  • 0 kudos

Resolved! RTS keeps high

I'm using a SoM with a STM32MP157C. I've connected a LTE modem to uart7, its connected with a 4-wire uart, going trough a level shifter. The device tree contains the following:uart7_pins_mx: uart7_mx-0 { pins1 { pinmux = <STM32_PINMUX('E', 7, AF...

allard by Senior
  • 2504 Views
  • 10 replies
  • 0 kudos

Device not Detected using JLink

I am using a custom.board with STM32MP157C.I am not able to connect to it via JLink EDU.It shows that the ST device could not be verified.Also tried using the STM32Cube ide as well as JLink commander.Facing same issue.What should I give in the device...

KS.2 by Associate III
  • 1347 Views
  • 4 replies
  • 0 kudos

Resolved! Postgresql c++ connector

Hi,I have installated postgresql on STM32MP1.I would like to install libpqxx , a C++ based postgresql connector. How can i do that? FYI: apt-cache search returns empty.

NPal.2 by Senior
  • 633 Views
  • 2 replies
  • 0 kudos

L2CAP Bluetooth: message too long

Hi everyone,I want to send messages with L2CAP protocol between two Bluetooth devices. This is my client code:void process_bluetooth () {   int bl_buff_it = 0; // global buffer iterator   // Code of: https://people.csail.mit.edu/albert/bluez-...

OBaselga by Associate III
  • 513 Views
  • 0 replies
  • 0 kudos

Question about development in STM32MP157

Hi everyone, we are developing a project where we are planning to use a processor unit for the task, so, we are thinking of buying the STM32MP157D - DK1 for the development of the project, is the first time we are using such system and we have the fo...