Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello, I have encountered problem with protection against wrong indexing in arrays.
This emits error during compilation.
int arr[4] = {1,2,3,4}; arr[5] = 13;But this not
int arr[4] = {1,2,3,4}; arr[4] = 13;when LPC1768 reach that point, it stop working, no error LED signal occurs, it just stop working without a jack. This occurs only in rev 103