• High-Speed UART vs Standart UART
    Hello I have worked on LPC3250 on Phytec 1305.3 board. I have a question about HSUARTs: Is there any difference between HSUART and UART regarding electrical interface? Is it possible to communicate...
  • is it possible to link whole/particular c standart lib functions without referencing them for armc 6
    I want to link all c lib in the kernel application and provide their symbols for several user application to avoid redublications in different user apps
  • String functions in relocatable code, string is fixed in memory
    I have the following code: strcat(tbuf,"\r\nSH B = "); My program memory model is small so I can re-locate the code in any sector. Unfortunately "\r\nSH B = " is fixed at an absolute address. I can...
  • string functions for xhuge data
    I need string functions which are operating on xhuge data. Has anyone code for: xstrcpy xstrcmp xstrncpy xstrncmp Any help is apprecciated
  • Is there a function for string rotate ?
    "This is a string. " Rotate to : "his is a string. T" Rotate to : "is is a string. Th" .... I use it for LCD Display for Scroll.