Part Number: CC2531EMK
Other Parts Discussed in Thread: CC2531
Hi
I am compiling USB Firmware Library and Firmware from source code swrc088.zip from swru222.pdf . I am using IAR 8.1 Evaluation licence when I tried to compile "simple_hid_dongle-rfusb_cc2531" first time I got this error "Error[e12]: Unable to open file 'lnk51ew_cc2531b.xcl' D:\Users\Dattatray\AppData\Local\Temp\EWC5E2.tmp 1"
then after little search I found two xcl file for cc2531 at path Program Files (x86)\IAR Systems\Embedded Workbench 8.1\8051\config\devices\Texas Instruments\ lnk51ew_cc2530F256.xcl and lnk51ew_cc2531F256_banked.xcl
I tried both and below are the error for both files
lnk51ew_cc2531F256.xcl => Fatal Error[e72]: Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P)
and
lnk51ew_cc2531F128_banked.xcl =>
Error[e46]: Undefined external "halEnterPowerMode::?relay" referred in bsp ( ...\usb\swrc088c\ide\rfusb_cc2531\iar\temp\simple_hid_dongle\bsp.r51 )
Please suggest what I am missing.
