User Activity

Posted on January 16, 2014 at 12:29Hi there!I'm trying to transfer as much ASCII as possible from my STM32F4Discovery board.Basically I'm doing this:while (1) {   APP_Rx_Buffer[APP_Rx_ptr_in]=APP_Rx_ptr_in;   APP_Rx_ptr_in++;   if(APP_Rx_ptr_in == A...