I've nrf51dk development board. It has nrf51422QFACA10 chip and has 32kB ram and 256kB flash. I downloaded sdk V11 and programmed ble_app_beacon_s130_pca10028. It worked fine.
For production, I'd like to use nrf51822CFACA00 chip because I don't need ANT support. It has same 32kB ram and 256kB flash. When I loaded the same s130 soft devices and application hex file from ble_app_beacon_s130_pca10028 code, it doesn't work. Am I doing something wrong. I think memory mapping is incorrect. If so, can you please help. thanks,