Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks for your help
Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks for your help
Hi,
If the SPI code works when you include it with the BLE code, then you should see the clock signal on the SCLK when it starts the transaction.
If you don't see the clock signal, then it usually means either:
Option 1 can be checked by using breakpoints and the debugger.
Option 2, can be checked by checking the PSEL.SCLK register after the module have been initialized. You can read out this register by using memrd in nRF Command Line Tools, or using the debugger in Segger and watching the register content in debug view.
I think you need to use a more time debugging your application,
regards
Jared
Hi,
I think if I'll continue to run two separate code (SPI for the SPI Master and ble_app_att_mtu_throughput+spis for BLE Server and BLE Client) it can't works
Hi,
I think I solved my problems with merging spi and my code. But now I have another big issue: the throughput. My point in this project is also maintain an high throughput (2Mbps but actually 1.4Mbps). Do you have some advice?
Thanks,
Regards.
Hi,
Can you make a new ticket for that problem?
regards
Jared
Right, thank you very much for all
Regards