How to sign image for STM32WB55 with correct load address and entry point
I have STM32WB55 nucleo pack.
The installation of STM32CubeProgrammer brought two tools STM32MP_KeyGen_CLI.exe
STM32MP_SigningTool_CLI.exe.
Following instruction https://wiki.st.com/stm32mpu/wiki/Signing_tool, a sample of signing command:
./STM32MP_SigningTool_CLI -bin /home/User/BinaryFile.bin –pubk /home/user/publicKey.pem –prvk /home/user/privateKey.pem –iv 5 –pwd azerty –la 0x20000000 –ep 0x08000000What the load address and entry point for my STM32WB55 nucleo board?