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.

CC2340R5: About "key.c" and "ecdsaf3.c" in MCU boot

Part Number: CC2340R5

I'm searching the manual, but I don't know what these files are for.
How should these edits be made in terms of implementation?


·Development environment
SIMPLELINK-LOWPOWER-F3-SDK Version: 7.40.00.64

  • Hi Kei,

    The key.c file implements public keys and keys for image signature and encryption. The keys actually being used in your project depends on the configuration set in mcuboot_config/mcuboot_config.h

    The ecdsa_lpf3.c file  implements the ECDSA driver for the LPF3 (i.e. CC23xx and others) devices.It should not require any modification from your end.

    I hope this will help,

    Best regards,