On 14/8/19 3:56 pm, mojtaba nadi wrote: > thanksĀ Sebastian for your answer but we are new in rtems and don't know how to > use debugger. > can you help us please?
A simple way to see the code that caused the exception is to run: arm-rtems5-objdump -d --source my.exe | less then search for the address `0116a5` in `less` by entering `/0116a5`. Replace `my.exe` with the name of the ELF file you ran on the board. Chris _______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users