Skip to content

K82F - Uart not working on master branch #4528

@deepikabhavnani

Description

@deepikabhavnani

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.

CC @mmahadevan108

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions