an2295 bootloader with K20 - iar , linker/compiller problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

an2295 bootloader with K20 - iar , linker/compiller problem

Jump to solution
1,442 Views
panchogalactico
Contributor II

hi. I'm trying to compile the code that comes with the aplication notes an2295 , working on iar 6.30.6.3387 , MCU K20DX256   . I'm getting this error messages:

Error[Li005]: no definition for "__iar_program_start" [program entry]

Error[Li005]: no definition for "__BOOT_STACK_ADDRESS" [referenced from C:\Users\desarrollo\Desktop\an2295sw\src\Kinetis\IAR_6_4\Kinetis K Release\Obj\ bootloader.o]

Error[Lp001]: no definition for init routine "__iar_zero_init3"

Does anyone know how to solve those issues?

Do i have to modify something in MY code (other than what the an2295 says) in order to make it work with the bootloader?

Is there a guide or a tutorial online that i could use to do so? im reading the application note and the iar manual, but it would be really usefull for me if  I can make this thing work quickly.

thanks.

Labels (1)
0 Kudos
1 Solution
562 Views
panchogalactico
Contributor II

the problem was the IAR EWARM version. AN2295 rev1 needs EWARM 6.4 to work properly

View solution in original post

0 Kudos
1 Reply
563 Views
panchogalactico
Contributor II

the problem was the IAR EWARM version. AN2295 rev1 needs EWARM 6.4 to work properly

0 Kudos