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

how to define the right RAM or FLASH?

HI 

I'm writing a programm the using a nus as its service, because nus is a custom service there is something that need to be changed, I followed the tutorial about making a custom service and that being said that we need to change the RAM, but my starting RAM is actually bigger than the ram from the tutorial so it should be save right? but problem is I can not find the divece as i scan it with my smartphone.

basically fisrt I'm using ble_template as my base for establishing connection and then add the nus custom service according the tutorial.

my guest is that the problem lies in starting ram. is there any possibility to know tha right starting ram in eclipse?

best regards,

Andhika

Parents Reply
  • Logging over UART should be enabled by default. Are you working with a Nordic development kit?

    honestly I dont hav any problem while flashing and debugging but the LED board sign that i have a global error that i don't have enough memory

    Any error passed to the APP_ERROR_CHECK() macro will lead to this. So we need to find out what the error code is and where it was returned. Have you set up any debugger integration with Eclipse so you can step through the code? 

Children
Related