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?
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.
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.