Hi all,
I am using mbed for developing on nRF51-DK. The code has an initialization of a character array as follows: char tmpbuff[80];
The code compiles and when loaded into the board, it crashes (I can see that by setting a debug point before and after). The same code was previously running normally on mDot Platform by Multitech.
Any idea ?