2010-04-02 06:10 PM
Cortex-M3 USART woes (still)
2011-05-17 04:45 AM
For what is worth, in the end the problem was with a (apparently) stripped down version of stm10x*_uart.h... Apparently my predecessor must have gotten and modified this. I replaced it with the one from the ST USART example and all worked fine.
The amazing thing is that I had no compile errors ever -- all seemed to work fine... Oh well, it's a learning curve I guess.. Thanks again guys.2011-05-17 04:45 AM
No, that it not surprising at all! Having no compiler errors simply tells you that you have not broken any 'C' syntax rules - it tells you nothing about whether your program will operate correctly or not!