• Could someone explain?
    This ex. will not work char data test; char TestF(void); char TestF(void) { if (test == 0x8A) { //... return(1); } } //Take a look at the Assambly code ; FUNCTION TestF (BEGIN) ; SOURCE LINE...
  • µVision Editor 'Smart HighLighting'
    Hi, does anyone know wether the uVision editor is able to do 'Smart HighLighting' like notepad++ does? If one doesn't know: if you select a word in notepad++ all appearences will be highlighted...
  • Memory Window Customization in µVision
    Probably a needless feature, but if it existed it would love to use it... Is there a way to change the display of the NUL character in the memory windows? Currently it displays as a '.' and I would...
  • Keyboard Shortcuts
    Hi, I did not find a keyboard shortcut for moving a line in the µVision editor. Can anyone tell me how to move lines quickly without copy/paste? Regards, Martin
  • can someone help me with my code
    i write code but lcd show x=-1 y=-1 z=-1 can you help me? <code> #Include <processer.h> #use delay (clock = 20000000) #Use I2C (master, sda = PIN C3, scl = PIN C4) #define LCD_RS_PIN PIN^b1...