Panic at core/kernel/dt_driver.c:904 <probe_dt_drivers>
I'm using a custom board, and use the optee device tree generated by STM32CUBEMX and full UART log. Panic at core/kernel/dt_driver.c:904 <probe_dt_drivers>. How to solve this problem?
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
I'm using a custom board, and use the optee device tree generated by STM32CUBEMX and full UART log. Panic at core/kernel/dt_driver.c:904 <probe_dt_drivers>. How to solve this problem?
Hello,I don't have so much experience with the boards of STM32 and I'm struggling a bit (actually a lot) with a quite simple task.I want to run a blinking test with the board STM32MP257F-EV1.I installed the STM32CubeMX, STM32CubeIDE and STM32CubeProg...
Is NPU of STM32MP257F capable of running inference of Transformers models like Small VLMs on this device using its NPU? what frameworks are supported like execuTorch or onnxruntime ?
Hello everyone, I'm currently exploring the STM32MP257F-DK. As recommended in the "MOOC - STM32MP2 demo workshop", I'm diving deep into the wiki. I have also watched the "MOOC - STM32MP1 workshop". Of course, I have reviewed the getting started guide...
Hello ST team,I came across issue here.The force_mode of boot_ctx is always set to 3, which force the MPU to boot over USB, rather than MMC. I tried to set TAMP_BKP20R(BOOT MODE) to 0, but the behavior is the same after reset.Aslo, I have another boa...
Hi! I am simulating the DDR4 memory interface with the STM32MP251. Same stack-up as the reference design. Only one memory connected (point to point).I have used a Micron model for the memory but I think all the memory models are similar.I am using 53...
Hi,I am referring to the STM32MP157D-DK1 EVB (STM32MP157DAC1), specifically the "mb1272-bdp" design file, and would like to clarify the correct method for measuring DDR3L to Microprocessor (MP) trace lengths on the PCB.My question is regarding the Cl...
Hi ST community I wanted to ask if I could check if secure boot is on or off. I use STM32MP257F-EV1
I would like to train a face detection model using the WIDER FACE dataset.I have already created the environment with Conda, and the training process ran normally. The training results are as follows:Using object_detection/stm32ai_main.py:python /h...
Found the cause and solved. what happened was:1. Plugged the host PC only into the STLINK USB-C. with SW1 set to 1, the device booted from EMMC and debug data was shown on USB UART. Assumed based on the MPU running, it would be enough power for the D...