Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netxduo dhcp+autoip+mdns instability #3

Open
ucayalifish opened this issue Feb 11, 2022 · 1 comment
Open

netxduo dhcp+autoip+mdns instability #3

ucayalifish opened this issue Feb 11, 2022 · 1 comment
Assignees

Comments

@ucayalifish
Copy link

Caution

The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post your report to the ST Community in the STM32 MCUs dedicated page.

Describe the set-up

  • The board (either ST RPN reference or your custom board)
  • IDE or at least the compiler and its version

Describe the bug (skip if none)

A clear and concise description of what the bug is.

How to reproduce the bug (skip if none)

  1. Indicate the global behavior of your application project
  2. List the modules that you suspect to be the cause of the problem (Drivers, BSP, MW...)
  3. Describe the use case that generates the problem
  4. How we can reproduce the problem

Additional context

If you have a first analysis, an enhancement, a fix or a patch, thank you to share your proposal.

Screenshots

If applicable, add screenshots to help explain your problem.

@ucayalifish
Copy link
Author

ucayalifish commented Feb 11, 2022

on NUCLEO-STM32F429ZI board.

  1. Starting DHCP;
  2. DHCP failed with timeout;
  3. Stopping DHCP;
  4. Starting AUTO IP;
  5. Obtaining link-local address;
  6. Starting mDNS-SD;
  7. Starting tcp server;
  8. Registering tcp server in mDNS-SD;
  9. Send load to tcp server;
  10. After a few successful responses controller hangs in tx scheduler waiting for PendSV...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants