• Setting target options for LPC 1768
    I am learning to use uVision 4.21 for LPC 1768 development. In the MCB1700 user's guide, it said: default on-chip start size x IRAM1 0x10000000 0x8000 IRAM2 0x20000000 0x8000 But for LPC 1768...
  • Using target's settings in the program code
    Hello, Keil uVision world! :) Keil uVision project file contains some target's settings, stored as e.g. Device (C8051F340) or DevID (3997) . How to use these values in the source text (e.g. for conditionally...
  • target memory regards
    Hello sir, I am using 89c55 controller . my code size is 20222 bytes . so while build time it shows error regarding size . What will be the solution . regards raj
  • How to set access breakpoints for target hardware debug?
    I'm trying to set a data breakpoint with such condition: _RWORD(0x3e78)==0x0010105B. I tried the access breakpoint: expression: 0x3e78 Expression: 0x3e78 Access: Write Size: 4 Bytes count:...
  • Options for target setting to use RTOS V2
    I am using MDK5.18 to develop a RTOS V2 project and I have a few questions. (1) Do I still need to select "RTX kernel" in "Option for target -> target -> Operating system"? My previous projects used...