Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?
In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK version experimental Eddystone implementation works with S130 softdevice.
Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?
In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK version experimental Eddystone implementation works with S130 softdevice.
sorry,but can you show me what linkerscript are you using,example is not working in my nrf51822
thanks.
What is your compiler and linkers? also what is the variant of your chipset?
I am trying to programm app_eddystone_example from sdk12.3.0 on my n51822, QFAAH0 variant.
Ok, use ORIGIN = 0x1b000, LENGTH = 0x25000 for flash and ORIGIN = 0x20001FE8, LENGTH = 0x2018 for ram section.
its giving "region RAM overflowed with stack" error .