ILLEGAL_BP while calling vTaskDelay()

Hello, I’m working on FreeRTOS v3.2 on a MC9S08DZ60.
I’ve got a problem when calling the vTaskDelay function. Everytime I use it I receive an ILLEGAL_BP error on my debug window and the program stop.
I’ve tried to make a new project and now the ILLEGAL_BP error appear when I try to launch the first task. Does anyone has an idea about what can I do to solve this problem please? I didn’t find a FreeRTOS for MC9S08DZ60, so I’ve used the one for GB60 and changed some things to try to use it with the DZ60 but it look that FreeRTOS didn’t like my changes. Thank you very much for the help you can bring to me. Best regards, Fabian

ILLEGAL_BP while calling vTaskDelay()

I also have the error message following when I compile and send the program to my target : Code loading overlap detected in range 0x0000FFF4..0x0000FFF5 Code loading overlap detected in range 0x0000FFFC..0x0000FFFD Thank you for you help, Best regards, Fabian