SPI GTL Receive Callback Function

3 posts / 0 new
Last post
mabraun
Offline
Last seen:3 years 3 months ago
Joined:2015-11-16 15:57
SPI GTL Receive Callback Function

Hi all,

In order to be able to debug some of the problems I'm having, I would like to know which function handles the reception of incoming SPI GTL messages in an external uC configuration. I used the proximity reporter example as a starting point. In spi_hci.c I can see that a callback function is called in spi_receive_data_isr(). This callback is set through the spi_hci_read_func() function. However, I am not able to trace back this callback (I end up in jump_table.c).

Could you please point me to the function that handles incoming GTL SPI messages?

Thanks,
mabraun

EDIT: I am talking about the DA1458x (slave) side here.

MT_dialog
Offline
Last seen:2 days 23 hours ago
Staff
Joined:2015-06-08 11:34
Hi mabraun,

Hi mabraun,

那是因为你看到佛的回调r is implemented and set in the ROM code, there is no source code available for that callback.

Thanks MT_dialog

mabraun
Offline
Last seen:3 years 3 months ago
Joined:2015-11-16 15:57
Thanks for the clarification.

Thanks for the clarification. Topic can be closed.