Hello, I'm now using QN9080 and perform two kinds of tasks separately:
1) I2C communication between FPGA and QN9080 through "qn908xcdk_driver_examples_i2c_dma_transfer". FPGA and QN9080 is mounted on my own designed PCB.
2) BLE QPP communication between QN9080(on my own PCB) and USB dongle(on PC) through "qn908xcdk_wireless_examples_bluetooth_private_profile_server_bm".
I slightly modify those SDK examples a little bit (because it need to run on my own PCB QN9080, not on DK board), and both kinds of codes works fine well.
Now, I want to do I2C and BLE communication at once. However, it is not possible to run two SDK examples simultaneously. Is there any kinds of methods to merge two SDK examples? Otherwise, if I have to manually modify that, how can I perform I2C communication on "qn908xcdk_wireless_examples_bluetooth_private_profile_server_bm"?.
In other words, how can I perform I2C communication on "qn908xcdk_driver_examples_i2c_dma_transfer" and BLE QPP communication on "qn908xcdk_wireless_examples_bluetooth_private_profile_server_bm" at the same time (at once)?
Thanks,