K60N512 ROM start address for serial Bootloader

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

K60N512 ROM start address for serial Bootloader

827 Views
rabbit
Contributor III

Get problem for download application firmware to TWR-K60N512 via win_hc08sprg.exe.

I set the application firmware code start address to 0x1000, I down my .srec file  to TWR-K60N512, then it comes error message :

WARNING! S19 image will not fit into available memory (at address 0x00001000)!

Memory programming block 0: W 0x00001000 0%

Can't program block 0 at address 0x00001000.


Mr.Pedro Augusto suggest me to movethe address to 0x4000, I change it to 0x4000, then it comes similiar error message:


WARNING! S19 image will not fit into available memory (at address 0x00004000)!

Memory programming block 0: W 0x00005900 98%

Can't program block 0 at address 0x00005900


How to fix this problem?


Regards

Samuel

Tags (2)
0 Kudos
Reply
1 Reply

464 Views
alejandrolozan1
NXP Employee
NXP Employee

Hi,

I was able to load the attached .srec file with the latest version of the bootloader.

I used the below configuration:

/**************************************************/

/** BOOTLOADER FEATURES SETTINGS */

#define BOOTLOADER_ENABLE_READ_CMD  1

#define BOOTLOADER_INT_WATCHDOG     0

#define BOOTLOADER_ENABLE_VERIFY    0

#define BOOTLOADER_CRC_ENABLE       0

#define BOOTLOADER_AUTO_TRIMMING    1

#define BOOTLOADER_PIN_ENABLE       0

/**************************************************/

in the AN2295_TWR_K60_cfg.h file.  Can you try that?

I just want to make sure that it does not depend on the .srec file.

In case you are still having problems, please send me your .icf and the generated .srec file of the application.