after enable UART1 for DEBUG PIRNT, system start fail

Firmware/software/electronics/mechanics
Post Reply
justinleeyang
Expert
Posts: 186
Joined: Mon Dec 28, 2015 5:07 am

after enable UART1 for DEBUG PIRNT, system start fail

Post by justinleeyang »

hi,

I want to enable UART1 for printf some information, then rewrite config.mk, add :

Code: Select all

CFLAGS += -DENABLE_UART1
CFLAGS += -DDEBUG_PRINT_ON_UART
after compile completely, then make flash, but the system fail.
hope help, thanks!
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: after enable UART1 for DEBUG PIRNT, system start fail

Post by kimberly »

Sorry for the late reply, but did you manage to find a solution yet?

If not, it would be probably best to start an issue/ticket on https://github.com/bitcraze/crazyflie-firmware.
Post Reply