• How to generater a make file
    Hi all, is it possible to generate a make file from uVision for Linux? thank you.
  • How to generater a make file
    Hi all, is it possible to generate a make file from uVision for Linux? thank you.
  • How to generat HEX file which start at 4000H?
    I've monitor program which will wait for code to be download. And when download finished it'll jump to address 4000H. I'd tried to set code address option in uVision to start at 4000h. But in the hex...
  • How to generat HEX file which start at 4000H?
    I've monitor program which will wait for code to be download. And when download finished it'll jump to address 4000H. I'd tried to set code address option in uVision to start at 4000h. But in the hex...
  • Two Chars for a Counter vs 1 Int?
    I have a case where I need to count up a variable for more than 255 for a unsigned char. I have a friend who works on 8-bit MCUs and swears that you should not use anything but 8 bit data types ...