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

fix(PeriphDrivers): Fix GPIO Structure Collision for HART UART #1272

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

jdk-maxim
Copy link
Contributor

Use dedicated gpio structure for HART UART to avoid collision issues with multiple mappings.

Description

Please include a summary of the changes and related issues. Please also include relevant motivation and context.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • Validated working example with 260 byte long HART message echo.

Due to having multiple GPIO mappings for UART2, HART malfunctioned.

Added new struct for HART: hart_gpio_cfg_uart2
@jdk-maxim jdk-maxim added bug Something isn't working MAX32675 Related to the MAX32675 (ME16) labels Nov 15, 2024
@github-actions github-actions bot added the MAX32680 Related to the MAX32680 (ME20) label Nov 15, 2024
@lorne-maxim lorne-maxim merged commit 7500d4f into analogdevicesinc:main Nov 15, 2024
8 checks passed
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MAX32675 Related to the MAX32675 (ME16) MAX32680 Related to the MAX32680 (ME20)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants