• How to generate banked_obj_file via LX51?
    The LX51 linker generates an absolute object file (including all banks) . (And, in the past, OC51 could create separate absolute object files for each code bank represented in a "banked object file...
  • Loading soc_system Peripheral Register descriptions into DS-5 ?
    Hi, I have just before Christmas purchased a DE0-Nano-SoC, which seems very versatile and I would like to look at and debug the custom peripheral registers using DS-5 Community Edition 27.1 I am starting...
  • DS-5 has stopped generating executable!!!
    I'm using Keil DS-5 for about 3 months, works well, but today, he stopped to generate the executable! The date of the stripped hello stopped at 08:15 today, the more I change the fonts, the executable...
  • Reset UlinkPro Tool via DOS Command Line
    Is there a method via a Dos command batch file, to perform a reset of the actual ULINKPRO Module Tool? Having an issue where I have to unplug the Ulink Tool upon a PC reboot.
  • Generating DA A via C code.
    Hi all. I am facing this problem. If I am using following syntax, logically it is ok, but it is generating a wrong asm code via keil C51. Problem 1 ACC = ACC + B; This statement works fine with C...