I am trying to get the ble_app_uart project working on a Taiyo Yuden EYSGCNZWY using SDK 11 and the S130 Softdevice. The EYSGCNZWY documentation located here here states that the module supports the S120 softdevice, but there are some feature in the S130 softdevice that I need for my project.
I've made the code change to support the 32k Crystal as mentioned on the last page (and the BLE part works), however communication over the UART seems to stop working after the first few seconds. To me it looks like there's an issue in the configuration of the Crystal but I'm not sure exactly how to resolve this problem
I've included a custom board configuration with the GPIO pins I'm using for the UART, and a 1 second timer for printing a ping over the UART. When the code is running this is the output:
After this the system seems to "lock up" and I am unable to use the reset switch, however it looks like the module is still advertising.