STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP257F-EV1 load and start CM33 from cmd prompt

I am trying a simple CM33 ELF test. This one just has the STM32CubeMX boilerplate for the CM33 (non secure). I added a toggle on GPIOJ[6]. I stripped out a ton of the inits leaving just the GPIOJ[6] and pin toggle. after the seq below LED3 *does* tog...

Hedley by Associate III
  • 75 Views
  • 2 replies
  • 0 kudos

Stm32mp135-dk1 — Emulator NES ?

Hello, I would like to know if it is possible from a stm32mp135-dk1 card to put a game emulator for example NES games, gameboy,... if so how to do it? Can we start from the image that we can generate on stm32mpu ecosystem (openstlinux under yocto)How...

Kalemm by Visitor
  • 19 Views
  • 0 replies
  • 0 kudos

IAC exceptions when launching M33 core

Hello, I am trying to load an .elf file on the M33 core on my stm32mp257f processor. When I launch the remote core using remoteproc I get the following errors.       root@stm32mp257f-hydra-mx:~# echo -n /home/root > /sys/module/firmware_class/paramet...

OP-TEE on STM32MP153CAB board

Could you please clarify the pinctrl_z assignment in the device tree?The thing is, OP-TEE panics in shared_resources.c:142 <get_gpioz_nbpin> when I don't define in the device tree something like this:&pinctrl_z { st,package = <STM32MP_PKG_AC>; ...

UVV by Associate III
  • 54 Views
  • 1 replies
  • 0 kudos

Secure boot with wrong hash in OTPs

I'm trying to get SecureBoot running on STM32MP157.After opening and reading about 30 pages of your wiki and basically following [1] I was able to create keys and convinced yocto into generating "*_Signed*" files.Sadly I then got confused with public...