This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

error with char array in nRF51-DK an mbed

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 ?