AWR1642 SPI 通信

Other Parts Discussed in Thread: AWR1642

   

 最近  查看AWR1642文档,和EVM电路图, SPI_HOST_INTR 是什么作用,什么情况下使用呢?

对手册说明不是很理解,是否是作为从设备通信时使用呢?

  • 在标准SPI通信中可以不使用这个信号,
    如果用于外部SPI配置射频核心寄存器,那么这个信号要引出,

    As a boot up flow of AWR12xx (at rlDevicePowerOn function call), it raises HostIRQ line to Host to notify about pending SPI Asychronous message (bootup async event from AWR12xx to TDA2x [Host]). At this event, radar-SDK application should get interrupted and call Bsp_ar12xxAsyncEvtHandlerCb. In TDA2x this callback function is stiched to one of GPIO (connected with HostIRQ of AWR12xx), which will get invoked as HostIRQ is up.