User Activity

Posted on February 07, 2015 at 19:23hi I create a project with cubeMX & Arm_MDK(keil) for stm32f4 discovery. T want learn uart interrupt driven .my code://------------------------------------------------------------------------ UART_HandleTypeDef  h...
Posted on February 01, 2015 at 21:09hi I create a program with cubeMX for Keil5 and stm32f4discovery(407VG). I want UART transmition with PC.I can send data to PC with HAL_UART_Transmit(&huart6,(uint8_t*)aRxBuffer,8,20000); please help me to interru...
Posted on January 31, 2015 at 16:03I create a program for uart interrupt receiving by cubeMX in ARM-MDK. I want interrupt receivng from PC(when for example 0xFF received from pc by hyperterminal or docklight). I write bellow program. main() {    whi...