Only when I use "UINT32 __attribute__((section(".ram_run_code"))) FlashArrayIntegrityCheck" to define a Ram-run code, the code will go into "frame_dummy" after jump to main() in startup.s and I need to run the code by manual. What's problem in my code?
1. In ld file, ".ram_run_code : {} > safe_ram_asil AT > safe_asil_text" will define the segments.
2. In startup.s, copy down for ".ram_run_code" have been added.(If there aren't this code, "frame_dummy" problem also exist)
Compiler: S32DS Power with GCC, Debug:Trace 32