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.

CC2640R2F: Link error: HCI_EXT_SetSCACmd undefined in system without 32 kHz Crystal

Part Number: CC2640R2F

Hy,

during porting our application from evaluation board to real hardware we run into this problem: After following SWRA499B to enable 32kHz-less system it won't build with the following link error:

l"C:/ti/simplelink_cc2640r2_sdk_2_30_00_28/source/ti/blestack/common/cc26xx/ccs/cc26xx_app_oad.cmd" -llibc.a 
<Linking>
 
 undefined         first referenced
  symbol               in file     
 ---------         ----------------
 HCI_EXT_SetSCACmd <whole-program> 
 
error #10234-D: unresolved symbols remain

It seems to be the same problem as described here, changing to FlashROM_Library is not an option because we started with the simple_peripheral_oad_offchip example project and implemented the whole application already, so creating the project based on a different example project would lead into re-write the whole thing. Also, our proprietary OAD concept is implemented already that relies on separate stack and app build.

Any recommendations on how to fix this?

Any help appreciated

Harald