• S32K144 program modify sct file to rearrange the flash in Keil5 can not start up
    Hi,all I try to migrate a bootloader in keil5(V5.31). The mcu is s32k144. In the App project, change the sct file to rearrange the flash, the program can not run. Program start from 0x00000000 default...
  • S32K144 program modify sct file to rearrange the flash in Keil5 can not start up
    Hi,all I try to migrate a bootloader in keil5(V5.31). The mcu is s32k144. In the App project, change the sct file to rearrange the flash, the program can not run. Program start from 0x00000000 default...
  • where is the syntax for .sct (scatter file content) defined?  Did ARM originate this file type?
    Automatically generated when I create a new project with Keil: my.sct LR_IROM1 0x00400000 0x00020000  {    ; load region size_region   ER_IROM1 0x00400000 0x00020000  {  ; load address = execution address...
  • where is the syntax for .sct (scatter file content) defined?  Did ARM originate this file type?
    Automatically generated when I create a new project with Keil: my.sct LR_IROM1 0x00400000 0x00020000  {    ; load region size_region   ER_IROM1 0x00400000 0x00020000  {  ; load address = execution address...
  • SCT problems
    I am having these warnings on my .sct file, any ideas what is happening here? warning: L6314W: No section matches pattern load(RO). warning: L6314W: No section matches pattern address(RO)...