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.

CC1352P: can I change BIM_VER macro at oad off-chip examples ?

Part Number: CC1352P


in the bim_offchip_CC1352P_4_LAUNCHXL_nortos_ticlang example , at oad_image_header.h I saw the following macro and warning:

/*!
 * Version of BIM this image is intended to work with
 *
 * \warning This is not intended to be changed
 */
#define BIM_VER                      0x3

is it possible to change the bim version? or it may lead to unexpected behavior  somewhere in the code of oad?