This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

A strange phenomenon on using BLE_UART Example code

Dear Sir:

 I have met a strange problem when using ble_uart example code on SDK 10

1. SDK Version is SDK 10

2. Chipset is Nrf51802

3. the board with no external 32.768KHZ ,usiing the internal LRC 

4. when i building the ble_uart and program into our own board.

the code working normallly.

When i change the Rx PIN and TX PIN as following:

#define RX_PIN_NUMBER 27
#define TX_PIN_NUMBER 26
#define CTS_PIN_NUMBER 0xFF
#define RTS_PIN_NUMBER 0xFF
#define HWFC false

then ble stack can not working normal ?

Why ?

Parents Reply
  • Dear Sir:
     I am using the example demo. BLE_UART 

    The board has no 32.768KHZ crystal ,i havbe used the interlnal LRC

    I have mentioned at the first.

    The UART PIN is RX 27,and tx is using 26.

    i have searched the code ,there is no other occur the pin.

    I have not modified the BLE_UART example code ,except modify the low crystal using internal LRC and the uart PIN.

Children
No Data
Related