why SDK12.2.0 ANCS keil target RAM1:start is 0x20003340?
and is it only can be this adress?
why SDK12.2.0 ANCS keil target RAM1:start is 0x20003340?
and is it only can be this adress?
HELLO friend
i see the web,and the answer is "I'm not sure why 0x20003440 is used here, but you can safely change it to 0x20002078 and the size to 0x5F88."
there is no reason,can you tell me the detail? what address can set? is there any place can i find it?
Yes, you can find it when debugging, softdevice_enable()
will tell you how much RAM the SoftDevice needs. The SoftDevice will use minimum 0x200013C8 + extra RAM for the services, characteristics, etc that are enabled by the application. You can read more about this here.
ok,tank you so much , i will look it,and if i have any question,can i ask you ? thank you again
Yes, feel free to ask new questions, and I will do my best to answer them.
ok thank you so much. O(∩_∩)O~