• Issue in Cortex R7 Debugging/Simulation
    Hi All, I have DS-5 professional edition license and Fast Models License for Cortex R7. I have generated AXF file using DS-5 compiler 5. Using model_shell.exe, I have started the fast model debugger using...
  • Issue in Cortex R7 Debugging/Simulation
    Hi All, I have DS-5 professional edition license and Fast Models License for Cortex R7. I have generated AXF file using DS-5 compiler 5. Using model_shell.exe, I have started the fast model debugger using...
  • Measure Simulation Issue
    Is it a known issue with uVision that it crashes whenever you try to debug Measure example by selecting Debug->Start/Stop Debug Session and then selecting Peripherals->A/D Converter? I checked on two...
  • Measure Simulation Issue
    Is it a known issue with uVision that it crashes whenever you try to debug Measure example by selecting Debug->Start/Stop Debug Session and then selecting Peripherals->A/D Converter? I checked on two...
  • Simulator issue with printf?
    While using the simulator, the values of i in the serial window are shifted by left 8 bits. #include "stdlib.h" #include "stdio.h" #include "reg51.h" void main (void) { unsigned char i; SCON ...