Search found 3 matches

by Tommi
Tue Feb 01, 2022 5:34 pm
Forum: Support
Topic: Failed uart_syslink ASSERT
Replies: 5
Views: 30800

Re: Failed uart_syslink ASSERT

I commented out the asserts but unfortunately I'm getting now another failed assert.

Code: Select all

SYS: The system resumed after a failed assert [WARNING]
SYS: Assert failed at .//src/hal/src/radiolink.c:164
SYS: cfAssertNormalStart [FAIL]
I am not sure, if this is still related to the same problem.
by Tommi
Mon Jan 24, 2022 11:55 am
Forum: Support
Topic: Failed uart_syslink ASSERT
Replies: 5
Views: 30800

Re: Failed uart_syslink ASSERT

Hi Arnaud, Thank you for your reply! It's good to know that this could be caused by system overload, but I didn't set up any additional interrupts. I am running three tasks with low priorities (prios 0, 1 and 2) and two timers with periods of 500 and 1000 milliseconds. The system as a whole is 100% ...
by Tommi
Fri Jan 21, 2022 1:53 pm
Forum: Support
Topic: Failed uart_syslink ASSERT
Replies: 5
Views: 30800

Failed uart_syslink ASSERT

Hi all, Currently I am facing a problem with data communication on the crazyflie. I am connected to multiple crazyflies and continuously sending crtp packets to the crazyflies on port 9, using the crazyflie-lib-python API (send_packet method of the Crazyflie class). Inside the firmware, I registered...