-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Bug
- Priority: Minor
Target
K82F
Toolchain:
GCC_ARM|ARM|IAR
Expected behavior
Should get prints on serial console
Actual behavior
No prints on UART
Steps to reproduce
Add print statement in blinky example and build for K82F target.
Debugging this further, it seemed the clock source is not set properly for K82F.
@thinkberg: Inside CLOCK_SetLpuartSrc() was removed from serial_init() and moved to clock init. But I don't see CLOCK_SetLpuartSrc() being called from TARGET_K82F\TARGET_FRDM\fsl_clock_config.c
Setting clock source properly resolves this issue.