where is "nRF UART App" nRF51822 code ?
Hi Alec.
The project was designed for the nRF6310. I had to remove the BOARD_NRF6310 preprocessor symbol and added the following symbols: NRF51 NRF51822_QFAA_C0 BOARD_PCA10001.
I also needed to change the target memory area values on the chip. I changed the Start and Size of IROM1 to 0x14000 and 0x2C000 respectively, as well as the same properties on IRAM1 with 0x20002000 and 0x2000 respectively.
You may want to change line #50 in main.c to #define WAKEUP_BUTTON_PIN BUTTON0
Cheers. Alex
Hi Alec.
The project was designed for the nRF6310. I had to remove the BOARD_NRF6310 preprocessor symbol and added the following symbols: NRF51 NRF51822_QFAA_C0 BOARD_PCA10001.
I also needed to change the target memory area values on the chip. I changed the Start and Size of IROM1 to 0x14000 and 0x2C000 respectively, as well as the same properties on IRAM1 with 0x20002000 and 0x2000 respectively.
You may want to change line #50 in main.c to #define WAKEUP_BUTTON_PIN BUTTON0
Cheers. Alex
Hi, I tried this today and I see the code is still using 6130 leds/buttons etc' changed that and working with nRF UART app on iOS7 I see advertising and connection LEDs OK, but as soon as I try to send something from the app, the app crashes... any idea? using MCP I see the UART services for RX/TX are up so looks like an app issue or conn params issue?
Thx
Gili
Please see this question: https://devzone.nordicsemi.com/index.php/ios7-ipad2-nrf-uart-app-can-t-send#reply-1738