Other Parts Discussed in Thread: CC3200
Hello,
I was trying to build a small code to read the RTC from a DS1307 module. During the same, I wanted to report the data to a PC terminal through UART. I checked the example program in spi (spi_demo) which was exactly doing the same using a Report API call.
When I Incorporated the same in my project, the Report function does nothing upon calling. When I tried debugging, I found that the pcBuff = (char*)malloc(iSize); is always returning a NULL. I even tried changing the int iSize = 256; to int iSize = 64; but no luck.
Can you please help me if there is a way out to get the Report function working? It would be of great help to debug the SPI interface issues.
Regards,
Shankar