I'm trying to compile the BIM project on CC2541.. .but when compiling this error occurs...
Fatal Error[e72]: Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P)
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'm trying to compile the BIM project on CC2541.. .but when compiling this error occurs...
Fatal Error[e72]: Segment BANKED_CODE must be defined in a segment definition option (-Z, -b or -P)
****************************************
* *
* END OF CROSS REFERENCE *
* *
****************************************
12 395 bytes of CODE memory
18 bytes of DATA memory (+ 15 absolute )
899 bytes of XDATA memory
64 bytes of IDATA memory
8 bits of BIT memory
78 bytes of CONST memory
Errors: none
Warnings: none
I finally get clean code with above settings of all error related to XDATA overflow issue and PBANK
redefination issue goes away.