• C8051F120 Debug simulation on Keil
    Hi, I use Keil to simulate C8051F120 but I cannot view the all peripherals of MCU (No hardware debug). I can view all peripherals if I use C8051F005. Anyone know about it? Am I missing something...
  • C8051F120 Debug simulation on Keil
    Hi, I use Keil to simulate C8051F120 but I cannot view the all peripherals of MCU (No hardware debug). I can view all peripherals if I use C8051F005. Anyone know about it? Am I missing something...
  • Debugging STM32L103RE ... no C debugging with ULINK but there with simulator
    I have been using MDK-ARM for about 13 years - normally works well. I have a project now that uses a STM32F103RE uC. Project packs based, RTOS2. The CMSIS / rtos project compiles in a library for ST...
  • Debugging STM32L103RE ... no C debugging with ULINK but there with simulator
    I have been using MDK-ARM for about 13 years - normally works well. I have a project now that uses a STM32F103RE uC. Project packs based, RTOS2. The CMSIS / rtos project compiles in a library for ST...
  • [8051] Use keil-C simulator and debug problem?
    Dear all, my code is listed as below, my 8051 is Cast R8051XC2 sbit LED_FPGA_LED7=P1^0; sbit LED_FPGA_LED6=P1^1; sbit LED_FPGA_LED5=P1^2; sbit LED_FPGA_LED4=P1^3; sbit LED_FPGA_LED3=P0^0; sbit...