Skip to content

frdm_k64f: samples/net/sockets/echo_server doesn't work  #13301

@ghost

Description

samples/net/sockets/echo_server shows no reaction on frdm_k64f board with default setting

as suggested by @jarz-nordic it runs with additional CONFIG_LOG_PRINTK=y enabled

Another observation:
I keept all the features as they were AND I've addded one more:
CONFIG_LOG_PRINTK=y and it solved the problem.

We might have a problem with simultanous access to UART. @nordic-krch suggested that: Logger - shell
and printk are compeating for UART access at the same time. Maybe one is breaking anothers transfer?
When I've set CONFIG_LOG_PRINTK=y all parties accessing UART are synchronized.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions