Fix problem with running programs in chell

Issue #4 closed
Patryk Kubiak created an issue

Running new program in chell causes hard fault

Comments (7)

  1. Patryk Kubiak reporter

    My debug work shows, that it is the problem with switching tasks in the kernel. The r7 register is suspect

  2. Patryk Kubiak reporter

    Problem solved. It was related with the r7 and lr registers, that was pushed to the wrong stack. Solved by make the function naked

  3. Log in to comment