Posted on November 07, 2007 at 21:34I am using STR712 as SPI master. And to receive from slave I have sent null word to activate clock. I have to assert /CS of slave to make slave send data. /CS is GPIO of micom. And I have no idea when I should dea...
Posted on November 06, 2007 at 01:59I am working with STR712 and have BSPI problem I have set BSPI1,2 as master and there is no clock in data receiving. There is clock when sending, but not receiving. I have used BSPI_BufferSend() when sending and t...
Posted on August 09, 2007 at 01:25As far as I have examined datasheet, STR710 UART does not seem to support 7 data bits with no parity. I might need this feature and I wonder I am right. Please inform me if this UART mode is possible or not. Thanks....
Posted on August 06, 2007 at 00:23I mean printing debug message via serial. Not simply print string, but also values of variables like printf in C library such as %x for hexa, %d for integer.
Posted on July 27, 2007 at 06:16I am working with STR710 and 712 In other Samsung CPU there were printf function where %f or %d can be used. I have no idea if this was provided by Samsung or my colleague. But as far as I have searched, I can't find ...