• debugging in keil
    Hi, I used to have all my functions above the main loop of my program earlier.recently i moved all the functions called by my mainloop into a another file and then included it before the main loop....
  • Not Debug in Keil
    Good day, I apologize for my English. I use STM32L151CBT6 in my project, prepared the project in STMCubeMX and uploaded it to Keil. After I run the debugger using J-Link, the program starts at 0x20000000...
  • Keil debug
    Hi While debuging , when I use STM32F103 series I can see under the pheripherals all the MCU options like general purpose IO, CAN, usart, times,Power ,Reset Clock control , But when I choose...
  • Debug mode in Keil C
    Hi All, When I using debug mode in Keil C,I has a problem: MOV DPH,#0x80 MOV R0,#0x10 MOV A,#0x88 MOVX @R0,A THIS PROGRAM MEANS MOVE DATA 0x88 TO EXTERNAL MEMORY ADDRESS 0x8010, BUT WHY...
  • 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...