CDC Standalone STM3210E_EVAL change uart
Posted on April 29, 2016 at 17:30 I would change uart in CDC standalone example for STM3210E_EVAL by uart1 to uart2. I changed the code in this mode: /* Definition for USARTx clock resources */ #define USARTx USART2 #define USARTx_CLK_...