Posted on December 23, 2014 at 14:18
Can someone share example and/or point to useful resources to learn USART communication through ST-Link/v2 for ST Nucleo L152RE? I'm trying to learn stm32 basics using only C and Standard Peripheral Library.
...
Posted on December 30, 2014 at 15:36Huge thanks for the patience!It's holiday magic :). Tried it again and I have it working (sort of).Returns strange characters if I use baud rate as set in code. It works if the terminal is set to baud rate half th...
Posted on December 30, 2014 at 11:11Thanks for the link! I did read this post before and it does not work through onboard ST-link. As You stated this one needs CMOS serial adapter. Or what am I missing?
Posted on January 06, 2015 at 15:41If I understand correctly then you have to reconfigure DMA each time you want to repeat sending. In this example using: DMA_Configuration(); in DMA2_Stream7_IRQHandler(void) How would code look like if I wanted to ...