Hi,
I'm new to use J-link as the development board. Now I am using Spansion S6E2CC with J-link EDU.
The board is connected, but when I just try the FM4 Samples files. The debugger is weird.
I run the file "Hello world"
which the source code is:
int main(void) {
int i;
for (i = 0; i < 100; i++) {
printf("Hello World %d!\n", i);
}
do {
i++;
} while (1);
}
the loop stuck in i=63 which shown in the attachment
Do anyone know where the problem is?
Thanks!
I'm new to use J-link as the development board. Now I am using Spansion S6E2CC with J-link EDU.
The board is connected, but when I just try the FM4 Samples files. The debugger is weird.
I run the file "Hello world"
which the source code is:
int main(void) {
int i;
for (i = 0; i < 100; i++) {
printf("Hello World %d!\n", i);
}
do {
i++;
} while (1);
}
the loop stuck in i=63 which shown in the attachment
Do anyone know where the problem is?
Thanks!