You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ST Nucleo F103RB platfrom with IAR compiler 7.20.
printf to serial port is OK. But, if I want to read from serial port this is not possible.
I am using Serial_HelloWorld_Mbed example and function is blocked on getc
There is no problem with ARM or GCC compiler. Only with IAR...