Dear Heustess, I finally realize the problem, somehow in my F28027.cmd linker file, it dont have "LOAD_SIZE(_RamfuncsLoadSize)," line. I just simply add the line and finally it works. SECTIONS { ramfuncs : LOAD = FLASHA, RUN = RAML0, LOAD_START(_RamfuncsLoadStart), LOAD_END(_RamfuncsLoadEnd), RUN_START(_RamfuncsRunStart), LOAD_SIZE(_RamfuncsLoadSize), PAGE = 0 } Thanks a lot for your help. Anyway, do you have any idea, why moving from RAM to FLASH has been a big problem for many newbie? Sincerely, Arief
↧