• source above 0x8000 not mapped for debugging
    I am using a Cygnal processor with 128KB Flash. For functions located above 32K (>0x8000) the debugger stops and gives me only the disassembly view. It does not offer the source at all. FYI: C51 v7...
  • Code banking with Cygnal 8051 F120
    Hello ! I've a problem with code space and my 8051F120. It have 128ko of memory and with Keil I have to use bankin if I want to use all the memory. But I don't manage to setup the bank (in Target ...
  • CYGNAL F020 SPI source code ?
    Hi, Does anyone have a source code that will show hoe to configure the SPI module in a 8051F020 or other ? Thx Aldrin,
  • peripherals not shown while debug
    I am using IDE-Version:µVision3 V3.02. The controller I am using is DALLAS DS89C430. When set target as DS89C430 and run the debug session in keil i am not able to see two serial ports in the peripheral...
  • Problem translating application to 0x8000 for debugging
    I am trying to get Mon51 working at address 0x0000 in EPROM. Monitor is built with XDATA(XDATA_AREA(0D000H)), CODE(INITSEG(00000H)), INSTALLCODE(01000H). Interrupt vectors are translated to 0x8000...