STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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