STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! PyQt Gui Application

Hello ST team,our company is evaluating the STM32MP135F-DK to develop a new interface for our displays. This board was given to us by ST at the embedded world exhibition in Nuremberg, Germany. I am not familiar with MPUs and Yocto. I am having a lot ...

alzj by Associate II
  • 3300 Views
  • 5 replies
  • 3 kudos

use Pandas on STM32mp157F-DK2

tpy to use Pandas on STM32mp157F-DK2.very simple example - Python.df = pd.DataFrame(np.random.randn(6, 4), index=dates, columns=list("ABCD"))print(df) I get an error File "pandas/_libs/internals.pyx", line 717, in pandas._libs.internals.BlockManager....

karu2003 by Associate II
  • 1548 Views
  • 6 replies
  • 0 kudos

BKPSRAM access in STM32MP1x MPU

We need to store some of our application data in BKPSRAM block so we can persist it during power down. Here is the code that we created to write to the BKPSRAM block, could you please help me to define what is wrong. Thanks.#include <sys/mman.h>#incl...

asydhom by Associate II
  • 737 Views
  • 2 replies
  • 0 kudos