Other Parts Discussed in Thread: CC2530
I'm trying to generate a hex file of my application for the CC2530. The problem is when I load the application via IAR with the debugger, it loads fine. When I generate a hex file, and try to load the hex file with the Flash Programmer, it tells me the file is too big. I read in these forums to uncomment these lines in f8w2530.xcl to fix this: // Include these two lines when generating a .hex file for banked code model: -M(CODE)[(_CODEBANK_START+_FIRST_BANK_ADDR)-(_CODEBANK_END+_FIRST_BANK_ADDR)]*\ _NR_OF_BANKS+_FIRST_BANK_ADDR=0x8000 But when I compile with this option enabled, I get this compiler warning, and the file is still too big: Warning[w69]: Address translation (-M, -b# or -b@) has no effect on the output format 'debug'. The output file will be generated but noaddress translation will be performed. Can anyone offer any insight as to how to generate a hex file that will load on my 256k CC2530?? THanks, Matt