You are viewing an older revision! See the latest version
Compiler Error 0
""/extras/mbed_5e5da4a5990b/LPC1768/ARM/LPC1768.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST." in file "/"
Did this on FRDM-KL25Z :
PwmOut rled(LED_RED);
int main(void) { rled.period(0.0010);
. . . }