This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error

I'm using Cortex-M0, when I build my project I have one error below:

Build target 'adc1'
linking...
adc1.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
"adc1.axf" - 1 Error(s), 0 Warning(s).

After that one file .sct appear:

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x00000000 0x00008000 { ; load region size_region

ER_IROM1 0x00000000 0x00008000 { ; load address = execution address

*.o (RESET, +First)

*(InRoot$$Sections)

.ANY (+RO) }

RW_IRAM1 0x00100000 0x00002000 { ; RW data

.ANY (+RW +ZI) }
}

Please tell me how to deal this error. Thanks a lot!!