Posted on May 27, 2013 at 06:21 I am trying for now to send 600 001 bytes to PC from stm32f4 discovery board.
below is how USART configured:
uint32_t config_usart3(
void
)
{
//===========================================================...
Posted on January 18, 2012 at 04:38
I have set up my toolchain under WinXP like that:
1. downloaded codesourcery LITE g++, installed it
2. downloaded Eclipse with C/C++ support
3. downloaded GNU ARM PLUGIN for Eclipse, and instal...
Posted on May 27, 2013 at 18:36and in fact, I was kind of right, take a look here:http://www.ftdichip.com/Support/FAQs.htm#HwGen3Here FTDI literally tells that their CTS/RTS functionality works *not quite right*, because it operaets on a packet basi...
Posted on May 27, 2013 at 18:21well sure I did connect the correct 3V one directly to stm32. thats not the problem.problem was that: this FTDI cable did not handle big input amounts of data, those CTS/RTS functionality looks to me like was not handl...
Posted on May 27, 2013 at 16:32and how about adding something like MAX232, and do STM32--->RS-232---->(USB-RS-232 Adapter) ?and keeping the same way of doing this?reason I say that is, I kind of suspect that my USB FTDI cable does not handle CTS/RTS...