Content originally posted in LPCWare by Cosik on Sun Mar 02 07:29:55 MST 2014
Hi,
I just resolved my problem, but I think partly. Problem was with optimization.
When I used -O0 blinking LED was working, but program with USART not, but when I use -Os it's working without any changes in code.
Could anyone explain me why it happen?