We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello! I am using Analog Device's ADUCM355 chip.
I am trying to program using Keil's examples, but when I try to build the code, I keep getting the error message "64KSRAM.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST."
How can I resolve this issue?"
It may also be useful to look at the object file of that startup file (fromelf -c) to make sure that the ELF section is indeed named RESET. Are you using link time optimization?