thank you for your reply
as mentioned previously i using IAR workbench and PEmicro multilink fx.
when the flash does not work message is "Can't communicate with the target processor! please check your connections between the cable and the target and make sure the target has power"
i checked ic power, connection cable but it is clear.
before occured a problem i read application section of flash
section is follows
- boot -
define symbol m_interrupts_start = 0x00000000;
define symbol m_interrupts_end = 0x000003FF;
define symbol m_flash_config_start = 0x00000400;
define symbol m_flash_config_end = 0x0000040F;
define symbol m_text_start = 0x10000000;
define symbol m_text_end = 0x10004000;
- app -
define symbol m_interrupts_start = 0x00004000;
define symbol m_interrupts_end = 0x000043FF;
define symbol m_flash_config_start = 0x00004400;
define symbol m_flash_config_end = 0x0000440F;
define symbol m_text_start = 0x00004410;
define symbol m_text_end = 0x0000FFFF;
i just read 0x04000 ~ 0x5000
i didn't write anything in the flash config area.