Skip to content

Breakout ETH #14

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

Merged
merged 4 commits into from
Jun 29, 2021
Merged

Breakout ETH #14

merged 4 commits into from
Jun 29, 2021

Conversation

pennam
Copy link
Collaborator

@pennam pennam commented Apr 26, 2021

Add support for ethernet peripheral and Ethernet library.

Needs: arduino/ArduinoCore-mbed@c271a17
Merge after: #12

@pennam
Copy link
Collaborator Author

pennam commented Apr 26, 2021

@facchinm @Rocketct seems there is an issue reading analog pin A1 (PA1_C) while ethernet connection is up (PA1 pin connected to nINT/REFCLK0). If i do this, communication hangs. I thought it is related to this :
image
but SYSCFG_PMCR configuration is OK. Is this something we already know? anyway i need to better investigate.

@facchinm
Copy link
Collaborator

For sure it's worth investigating; maybe the analog apis in mbed core trigger a flip in the SYSCFG_PMCR register when called for the first time (the _C handling has been reworked by ST after we did the first round of patches for the h747)

@pennam
Copy link
Collaborator Author

pennam commented May 20, 2021

made some measurements and clock looks ok while reading PA1_C analog input... still investigating.

DS1Z_QuickPrint10

@pennam
Copy link
Collaborator Author

pennam commented May 26, 2021

this could be a possible fix ARMmbed/mbed-os#14707

@pennam
Copy link
Collaborator Author

pennam commented Jun 8, 2021

fixed by ARMmbed/mbed-os#14733

@pennam pennam merged commit 157331e into arduino-libraries:main Jun 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants