Hello everybody! I am working with nrf51822 n51822 qfaah2 17138q and i tried to load my code on it, but i always receive this error message. Could you help me?
with this memory setup
Thanks you
Hello everybody! I am working with nrf51822 n51822 qfaah2 17138q and i tried to load my code on it, but i always receive this error message. Could you help me?
with this memory setup
Thanks you
Hi,
This is a known problem with the J-link 5.12f version. Please download and install the latest nRF5x Command Line Tools version(9.7.1) from here. This installer includes the J-Link Software Pack v6.20b
I don't know if this is your problem, but the size of your IRAM1 area has one too many zero's at the end of it. That should be 0x2000, not 0x20000.
thanks you, now i have solved the problem with another code and now it work