Other Parts Discussed in Thread: HALCOGEN
Hi,
i am using TMS470mf06607 microcontroller.
i want to develop the SPI communication in my microcontroller.
i developed my code for transmit the data using the example code.
i enabled the Tx interrupt also in Halcogen code generator.
i know for receive the data from the other device i want to use the following function. ( uint32 spiGetData(spiBASE_t *spi, uint32 group, uint16 * data); )
but can any one please suggest me where and how i want to use this function. i dont know i want to use in main function only or in notification.c .
any suggest me how i want to receive the data through the SPI.
Thanks & Regards
Arun Kumar.N