Posted on May 17, 2011 at 12:43Quote:On 02-09-2008 at 16:28, Anonymous wrote: USART3 - depends upon the device - in some cases USART3 requires ''special handling.'' How much does your desired interval time vary from 10mS? What's the ''special handl...
Posted on May 17, 2011 at 12:43Hi jj.sprague Do you mean that USART 3 is different from 1\2 in useage and performance? I cann't to do that test. Thank you
Posted on May 17, 2011 at 12:43Hi All, Now I want to send some data through USART 3 every 10ms. So I use RTX in my project, and use os_dly_wait method or os_itv_set&os_itv_wait method to make it work. But It's not working as I thought. The interval ...
Posted on May 17, 2011 at 12:20My project has also this problem. The clk of SPI2 does not work at all, but there is signal on MOSI pin. Already set like this RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2, ENABLE); Quote:On 28-12-2007 at 15:48, Anonymou...