I am new to MBED but not to programming nor MCUs, for ARM processors I am closer to a newby than a guru though. I have written a few short programs and all was working quite well so I wrote up an application that I was hoping to use the timing ability of the 96Mhz clock running flat out.
It took me a few minutes to get down to one compile error and to me it is cryptic and the link that is offered for help in the IDE is blank.
Here is the error cut and paste directly from the IDE:
""/extras/mbed_b3110cd2dd17/LPC1768/ARM/LPC1768.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST." in file "/"
Here are my includes statements:
#include <mbed.h>
#include <timers.h>
#include <TextLCD.h>
#include <SDFileSystem.h>
I do not mind people telling me I have made some stupid mistakes, trust me I have made lots of those and my skin is pretty thick so pour it on.
Thank you,
wade
I am new to MBED but not to programming nor MCUs, for ARM processors I am closer to a newby than a guru though. I have written a few short programs and all was working quite well so I wrote up an application that I was hoping to use the timing ability of the 96Mhz clock running flat out.
It took me a few minutes to get down to one compile error and to me it is cryptic and the link that is offered for help in the IDE is blank.
Here is the error cut and paste directly from the IDE:
""/extras/mbed_b3110cd2dd17/LPC1768/ARM/LPC1768.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST." in file "/"
Here are my includes statements:
I do not mind people telling me I have made some stupid mistakes, trust me I have made lots of those and my skin is pretty thick so pour it on.
Thank you,
wade