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 ?

  • nobody is going to be able to help you with such a generic question. You don't post any code apart from the declaration of the char array, which helps not at all. You don't say what the crash is, you don't post any code to show context. You don't say if you are using a softdevice or not and if so whether it's running when you debug (which you can't do and would explain the crash).

    Please post a more detailed question so that people might be able to suggest something.

Related