This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am investigating secure boot for the CC1352P1 processor. I am looking at how to use the OAD image tool to sign the image.
The OAD_image_tool.py usage states that binary_type is a required parameters with these options;
Persistent App = 0, Application = 1, Stack = 2, Application + Stack Combined = 3, Application + Stack Merged = 7.
How do I determine the binary type?