• Variable to string
    Hi all. i just want to know how can i convert variables to strings for eg-, unsigned char b[2]; unsigned char a; void main() { a=20; a=b; print_lcd(b); } i want to print the value to 'a...
  • STRINGS
    iam working with cygnal microcontrollers c8051f124,we are generating our own protocol using pwm . i have actually implemented my project in 2 phases,1in c and another in assembly. in the c file iam...
  • string parse
    Hi, i am new on arm. does any one have a string parser example for lpc2138 cpu. Thanks Orko
  • string command
    Hi, I'm writing a code that wil receive and send a string through serial port (UART). The setup of the ARM is good. Now, I would like to know if is there a command, function, code, and so one that...
  • string definition
    I have following code but find that x and y are the same value on the debugger. viewing ARM assembly review that the memcpy use same string address. #define A "\xA0\x00\x01" #define B "\xA0\x00\x02...