Hi,
I'm using IAR to program the chip. I have a C code used for programming CC2544, and now I want to do coding for CC2543 based on that. I changed the "device information" in the options (ALT+F7) of this project. However, it looks like it's not doing for CC2543.
I found there are a lot of headfiles (coming from PER test code) containing something like:
#if (chip==2543)
#define XXXXXXXXXXXXXXXx
#if (chip==2543)
#define XXXXXXXXXXXXXXXX
Personally, I think the problem is chip is now not 2543. What defines the "chip"? Is there anything I should have changed besides modifying "Options"?
Thank you very much.
Harvey