[nRF5SDK15.2.0, KeilMDK, Windows 7]
the code runs ok in the customer board, and the print log as fallows:
[00:00:00.000,000] ble_scan: Adding filter on CPS_xxx name
[00:00:00.000,183] app: ATT MTU example started.
[00:00:00.000,183] app: Press button 3 on the board connected to the PC.
[00:00:00.000,183] app: Press button 4 on other board.
[00:00:00.000,213] app: This board will act as tester.
[00:00:00.000,213] app: Type 'config' to change the configuration parameters.
[00:00:00.000,213] app: You can use the Tab key to autocomplete your input.
[00:00:00.000,244] app: Type 'run' when you are ready to run the test.
throughput example:~$
throughput example:~$ run
[00:00:00.000,091] app: Preparing the test.
[00:00:00.000,122] app: Starting advertising.
[00:00:00.000,274] app: Starting scanning.
[00:00:00.000,396] ble_scan: Scanning
but it sames that my board can not tx or rx any wireless signal, because I Cannot recieve any broadcasting infomation or scanning any BLE devices, where would the problem be?
besides: the code work well in the demo board.
Thanks.