Hi,
I am trying to implement timeslot API using s110 v8.0.0, SDK 8.0.0 on nRF51822-XXAA on a keil uVision 5 platform.
I have tried the following memory settings:
IROM:
base= 0x18000 size= 0x28000
base= 0x18000 size= 0x8000
base= 0x18000 size= 0x25000
base= 0x18000 size= 0x9000
IRAM:
base= 0x20002000 size= 0x2000
base= 0x20002000 size= 0x4000
base= 0x20000000 size= 0x4000
These settings were tried post looking into the sds110 v2.0 and s110 8.0.0 migration documents.
The application is of about 45kB size. Kindly suggest the memory settings to be used and the theory behind selecting these settings. Also, kindly explain the factors which effect "Cortex M0" error.