• Problem with Debugging
    Hello. I am writing a simple program for the EZUSB FX2 board, when I compile, I have no errors and no warnings but when I try to debug (my interrupt function is not working) then I get the following...
  • Problem debugging
    I have a code that I'm trying to debug with Keil uvision4 . I set up the project for simulator debugger. However, when I click "Debug" it always goes to the .s file but never enters the c code ...
  • Debug problem
    Hi, I am working on a project which uses Cortex-M3 processor and STM32W108CB microcontroller and I use keil uvision4. The problem is the execution of the program stopped before it goes to the main...
  • debug Problem
    I want debug the example of EXTMEM on Keil MCB2300 Board,I get the following error: " Data Abort: ARM Instruction at 00000174H, Memory Access at FFE08000H" someone can tell me what is this error. ...
  • Debug problem
    I am using the simulator of the uvision2. According to the debugger the value of c doesn't change (I am using the serial peripheral) and the debugger never execute the Start_bit = 1; even though the...