Page 1 of 1

Need Help with Getting started with development Tutorial

Posted: Fri Jul 27, 2018 3:31 pm
by skyer
Hi everyone,

I followed the same steps listed in

https://www.bitcraze.io/getting-started ... velopment/.

The specific problem is that My Crazyflie did not restart after flashing is complete, and my M1 and M4 are fully lit in red and M2 is fully lit in blue.

I have tried flashing my Crazyflie many times but still could not solve this problem.

Re: Need Help with Getting started with development Tutorial

Posted: Tue Aug 14, 2018 10:45 am
by tobias
Sounds like you are hitting a hard fault in the code. What FW did you flash? Can you try another FW?

Re: Need Help with Getting started with development Tutorial

Posted: Tue Sep 18, 2018 12:26 pm
by skyer
tobias wrote: Tue Aug 14, 2018 10:45 am Sounds like you are hitting a hard fault in the code. What FW did you flash? Can you try another FW?
What do you mean by FW?

Re: Need Help with Getting started with development Tutorial

Posted: Tue Sep 18, 2018 6:12 pm
by percy.jaiswal
skyer wrote: Tue Sep 18, 2018 12:26 pm
tobias wrote: Tue Aug 14, 2018 10:45 am Sounds like you are hitting a hard fault in the code. What FW did you flash? Can you try another FW?
What do you mean by FW?
Firmware - the code which you are flashing on Crazyflie

Re: Need Help with Getting started with development Tutorial

Posted: Tue Sep 18, 2018 6:33 pm
by skyer
Oh, I tried with the latest firmware.

Re: Need Help with Getting started with development Tutorial

Posted: Mon Oct 08, 2018 12:43 pm
by arnaud
This tutorial should still work fine. What you are observing is a 'hard fault' condition that can be caused by a software bug (usually by mis-using microcontroller peripheral).

Do you get the Crazyflie back to working state by flashing an official firmware?
Do you get any error or warnings when compiling the firmware with your changes?