Hello everyone ,
We have done advertising and scanning(both in a single firmware) on nrf51822 using QFAC chip. using SDK 12. Now we want to switch our code to NRF51822 QFAA chip. but we not able to do so .. when i program same code in nrf51822QFAA it does not work. when i Update my code only for advertising it works in both versions(nrf51822QFAC and QFAA ) . i think Ram size is the problem because when i compile my main code(which contains advertising and scanning it shows code size more than 18kb and QFAA only have 16kb ram.
So my doubts are , Dose nrf51822QFAA chip supports both (advertising and scanning )at a time and if so what are the steps do i have to follow to convert my code to switch from nrf51822AC to nrf51822AA chip.