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

SDK12.30 & software S130

When I debug my product ,using nrf51822, using the ble_uart example, my product will using MCU commnication with BLE,using uart.

When I modify the PIN of the uart TX pin with 2 ,the ble stack will be crashed.Why, i have find the conflict ,but i can not find.

Would you please give me some advice?

Parents
  • Hi  

     I have checked the code and the sch ,and sure as following:

     I am using S130 softdevice ,and SDk has test SDK11,SDK12.30.

    in the sch, using tx as PIN 2,RX as pin 3.And no CTS & RTS.

     I have modified the SDK's example ble_uart code ,

    when i modify the rx pin to 3, the stack will be crashed . i am sure .

    I using the 32.768 with NRF_CLOCK_LF_SRC_SYNTH define in SDK11.

    the pin 3 ,not pin 2 will be caused the stack crashed. 

Reply
  • Hi  

     I have checked the code and the sch ,and sure as following:

     I am using S130 softdevice ,and SDk has test SDK11,SDK12.30.

    in the sch, using tx as PIN 2,RX as pin 3.And no CTS & RTS.

     I have modified the SDK's example ble_uart code ,

    when i modify the rx pin to 3, the stack will be crashed . i am sure .

    I using the 32.768 with NRF_CLOCK_LF_SRC_SYNTH define in SDK11.

    the pin 3 ,not pin 2 will be caused the stack crashed. 

Children
Related