Indeed I'm flashing from the VM (the host being a W10 machine). I'll try again next week directly from the host.
Thanks for all the info.
Search found 3 matches
- Fri Feb 09, 2018 8:34 pm
- Forum: Support
- Topic: Not able to create a minimal main.c file to turn on the leds
- Replies: 4
- Views: 3321
- Tue Feb 06, 2018 9:09 pm
- Forum: Support
- Topic: Not able to create a minimal main.c file to turn on the leds
- Replies: 4
- Views: 3321
Re: Not able to create a minimal main.c file to turn on the leds
Hi, I forgot to mention that for the moment we won't touch the nRF51. The idea is to develop what we need step by step. I would have thought that the crazyflie drivers used acted directly on hardware. But instead they use FreeRTOS and the STM32 drivers, and FreeRTOS uses the STM32 drivers, right? Sh...
- Mon Feb 05, 2018 7:47 pm
- Forum: Support
- Topic: Not able to create a minimal main.c file to turn on the leds
- Replies: 4
- Views: 3321
Not able to create a minimal main.c file to turn on the leds
Hi, At my lab we have the goal of replacing the crazyflie firmware. Briefly, we want to get rid of FreeRTOS and bitcraze controllers, and only use the provided drivers. Right now I'm trying to create a basic program which should just start some leds. This is my main.c file: #include <led.h> int main...