• Special character languages for webserver
    Hi Everyone, I am currently using Keil MDK ARM along with a STM32F4 micro. I am using nearly all library functions : TCP/IP, FFS, USB, RTOS... I host a webserver for which I use language files...
  • printf() returns an extra character
    The application waits for a specific character "a" in the serial port using getchar() and then outputs a string using printf("hello") once the character is received. The problem is that the application...
  • Add one character to printf() on external flash and memory seems to get corrupted.
    Keil Forum, [I am resubmitting this under a different subject in order to, hopefully, not scare anyone off with my previous reference to CAN.] I am using the uVision 3 tools with the ULINK debug...
  • Add one character to printf() on ext. flash and CAN data not received.
    Keil Forum, I am using the uVision 3 tools with the ULINK debug module on a board which uses the Infineon XC167 microcontroller and has both internal and external flash. I do not believe that the exact...
  • What is character far pointer?
    1) what is the diffrence between unsigned char far* pointer and unsigned char* pointer? 2) what is the diffrence between unsigned int far* pointer and unsigned int* pointer?