• write code to direct address
    I try to write some codes to rest space of MCU's flash ROM (behind my program), so I should know the lastest byte of my program. How to do all of these?
  • Writing to non addressable bits
    Hi, I am trying to get to grips with the Keil C compiler. I understand that not all SFR's are bit addressable, if not evenly divisible by 0 or 8 - a pain if you ask me! - you can tell i am new to this...
  • How to write an assembly code used for obtaining code end address in PROM?
    Thanks a lot!
  • Writing assembly code in C program
    How can I write some assembly code in my C program for compiling in KEIL compiler?
  • Help with writing assembly..
    Hi, In my project I'm using LPC2378. I Connect display to the IO ports. (DLC0283) This display use a tft driver ILI9341 It has 8 bit data - I Connect it to P1.24-31 It has WR bit and CS bit....