Can't boot STM32MP1 custom board because of PANIC at PC : 0x2ffdaa77
Hi,
I'm trying to bring up a custom board based on STM32MP151C MPU. The design is widely taken from the devkit.
I'm booting from SDCARD and bootpins are set accordingly (b101).
One thing that is changing is the I2C4 pins for PMIC interface (still on I2C4 but different pins). So we changed the device tree of TF-A for that.
Concerning the HSE, we keep the same configuration (external crystal, 24MHz).
From this post;
We confirmed that I2C and HSE should be configured correctly.
We have tried to check the configuration for I2C and clocks. We didn't see anything wrong for now.
In our case, PC is at a different address (0x2ffdaa77). Does it mean something different?
Also, I don't have an exception as the post explain (Exception mode=0x00000016 at: 0x2ffda000), only the PANIC line.
Do you have any leads to unlock the situation ?
You maybe have some intuitions on the problems (either it is hardware or firmware for exemple).
Best regards,
Charles
