Search found 1 match
- Tue Aug 18, 2015 8:11 am
- Forum: Developer Discussions
- Topic: Crazyflie bootloader sequence
- Replies: 1
- Views: 2448
Crazyflie bootloader sequence
Hi. I'm trying to analyze bootloader sequence. I'm starting with mbs program. In main function, the program detects button input command, and if the button is not "very_long", it calls verify_flash_flags(), line 242 of mbs/main.c In the function, it uses variable "flashFlags", wh...