We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
I am also have the problem with SysTickIntEnable(); When I disable this function I am able to run my program but it gives a continuous scrolling display (I am using LCD display) despite providing delays. To handle SysTickIntEnable(); properly what should I do? When I am doing any changes in IntDefaulHandler it gives me error in compilation time.