This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

code works on stepping but goes to interrupt when run

Hi,

Iam working on a luminary micro based cortex M3 processor. Iam not using any RTOS. Iam trying to use system timer tick (luminary software based) packet transmitter code.

The code works on stepping using debugger but goes to interrupt when run (which is just going to the same place). Because of this i couldnt test my code at all.

Please help me understand why this problem is happening and how to solve it.

Thanks,
vivek

Parents
  • What is the code of SysTickIntEnable(); function?
    When ever I just disable the SysTickIntEnable(); my program comes out from the Interrupt Default Handler but I couldn't able to get the proper result from my program. Despite providing the delays LCD display scrolls randomly. Is there any other thing to be added with or need to modify? Suggest me please.

Reply
  • What is the code of SysTickIntEnable(); function?
    When ever I just disable the SysTickIntEnable(); my program comes out from the Interrupt Default Handler but I couldn't able to get the proper result from my program. Despite providing the delays LCD display scrolls randomly. Is there any other thing to be added with or need to modify? Suggest me please.

Children