HI
I am trying the Serial Boot Loader of CC2530 on TIMAC1.5.2. I download the boot code on CC2530,and boot code is run normal.(asm("LJMP 0x2000");)
I have read the document "Serial Boot Loader for CC253x.pdf", config my project step by step as it says, but I met some difficulties.
(1)TIMAC version is 1.5.2. Only the iar version is 9.1 or 9.2 can open it.
(2)the cc2530-sb.xcl is copy from ZStack-CC2530-2.5.1a\Projects\zstack\Tools\CC2530DB. And the chipcon_cstartup.s51 is at TIMAC 1.5.2.43299\Projects\zstack\ZMain\TI2530DB. This chipcon_cstartup.s51 is 16kb,and it contains the workaround.s51.If there is no workaround.s51,the iar will show error "V1?,V2?..." and this error is only show at iar version 9.1 or 9.2.
(3)i have completed the Serial Boot Loader used old TIMIC,and iar 8.2. it works ok,it can run to app code normal.but now i use new TIMAC and Iar ,it works wrong.
Could you please give me some guidance, thanks a lot.