2010-07-04 08:47 PM
USART1 Troubles
2011-05-17 04:57 AM
Just to confirm my assumption... the code works with other usarts?
i should be volatile, or compiler can optimise out the delay loop.2011-05-17 04:57 AM
Actually, now I have had a chance to connect a CRO to it, I am getting nothing via GPIO at all. Seems my .ld and .s is wrong for the toolchain, any hints on how to use ST Lib 3.3 with codesourcery?
2011-05-17 04:57 AM
Found the problem, was iterating an array with sizeof, not the number of elements... duh! *face palm*
2011-05-17 04:57 AM
Ok, got it working on USART3 but not 1 or 2, any thoughts?