-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: mediumMedium impact/importance bugMedium impact/importance bug
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=yand 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 setCONFIG_LOG_PRINTK=yall parties accessing UART are synchronized.
Metadata
Metadata
Assignees
Labels
area: NetworkingbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: mediumMedium impact/importance bugMedium impact/importance bug