Hi,
We are using DA830's PSP v2.00.01 for our TMS320DA828 custom board.We are using SPI for communication with another device. We use stream I/O using issue/reclaim models.In the application we use stream I/Os for McASP,I2C and they are successfully working. But when it comes to SPI we are facing some issues:-
We have a watch dog timer whose count gets reset using a function which is invoked by SYS/BIOS kernel clock(created using Clock_create() function).When SPI task is active and it is waiting for the data using function stream_reclaim, the function which resets the watchdog timer count does not get executed. So a power on reset is issued
by watch dog timer. This happens only when SPI task is active.
Kindly let us know if there is any way we can make bios clock work during SPI's stream_reclaim?
Thanks and Regards,
Rajaram