User Activity

Posted on October 26, 2015 at 14:47 On an stm32f411 Nucleo, I'm trying to generate a DMA request to transfer data from memory to the USART2 data register at every compare event (when CCR1 matches TIM3_CNT). To this end, I have, in order: ...
Posted on October 08, 2015 at 15:10I'm trying to set up communication between the USART2 on stm32f411xe nucleo and a PC using the STLink Virtual COM Port (COM3). I'm avoiding the ST HAL or Standard Peripheral Library as a beginner as far as possible...