This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DCD 80390 core support by Keil compiler

I would like to understand how is the DCD 80390 family supported by the compiler.

How is the code below 64K treated - is the assembly code generated uses 8051 or 80390 instruction sets? Is there is a difference between applications that take are less than 64K and the applications which take more than 64K?


How is the data below and above 64K treated?

Thanks!
Einat

Parents
  • Yes, the DCD Core 390 is supported. Since the core is identical to a Dallas 390 see the examples in the folder:
    C:\Keil\C51\Examples\Dallas 390

    DCD 80390 with DoCD (DCD on Chip Debugger),
    I would like to understand how is the DoCD supported by the uVision IDE.
    May I use the uVision IDE correctly, if I use the DCD 80390 with DoCD?

Reply
  • Yes, the DCD Core 390 is supported. Since the core is identical to a Dallas 390 see the examples in the folder:
    C:\Keil\C51\Examples\Dallas 390

    DCD 80390 with DoCD (DCD on Chip Debugger),
    I would like to understand how is the DoCD supported by the uVision IDE.
    May I use the uVision IDE correctly, if I use the DCD 80390 with DoCD?

Children