Hi, I'm using pc-ble-driver-py by python3.6.
I used this git(https://github.com/jorgenmk/pc-ble-driver-py/tree/python3-support)
I succeeded in building above project.
And, I added pc-ble-driver-py library.(_pc_ble_driver_sd_api_v5.pyd, pc_ble_driver_sd_api_v5.py, pc_ble_driver_shared_sd_api_v5.dll)
The problem is when i connect nRF52 DK, my program exit with -1073741819 (0xC0000005) exit code at drvier.sd_rpc_open() in ble_driver.py.
I have built both 32-bit and 64-bit, but i received the same message.
Why does this problem occur?
My os is window10 64bit.
Visual studio version : 2017 32bit and 64bit
python version : 3.6.4 32bit and 64bit
Boost verion : 1.61, 1.66
CMake version : 2.8.12
Swig : 2.0.12, 3.0.4
pc-ble-driver-py version is 0.11.3
Thanks.