• moving returned character to string
    always getting an syntax error 213: leftside of asn-op not an lvalue void scherm (void) { char s [10]; char i,y; printf("volgende string stond weggeschreven: "); for (i=0;i < 10;i++) { ...
  • moving returned character to string
    always getting an syntax error 213: leftside of asn-op not an lvalue void scherm (void) { char s [10]; char i,y; printf("volgende string stond weggeschreven: "); for (i=0;i < 10;i++) { ...
  • Keil MDK 5.26.2 Misses characters in the Debug (Printf) Viewer
    I'm trying to debug output from my MCU (TM4C123) main system clock operating at 50MHz. When I try to print more than a few characters of output I find that many characters are being dropped from the Debug...
  • Keil MDK 5.26.2 Misses characters in the Debug (Printf) Viewer
    I'm trying to debug output from my MCU (TM4C123) main system clock operating at 50MHz. When I try to print more than a few characters of output I find that many characters are being dropped from the Debug...
  • Printf problem with special characters like: æ Æ Ø ø å Â
    Hello everyone, I have a problem storing special characters with uVision editor. When I store the following line which stand in a example.c file: printf("æ Æ Ø ø å Â"); it is converted to incorrect...