Skip to content

NXP - MIMXRT1050 Ethernet fix (HAL_NXP) #63389

Closed Answered by DerekSnell
ShahinHaque97-CT asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ShahinHaque97-CT (and @robertinant ),

The DHCP sample works well for me on my MIMXRT1050-EVKB board. And I believe your issue may be related to an old silicon revision on your EVK. Perhaps you are using the deprecated MIMXRT1050-EVK board?

First, the macros you altered in the HAL define if registers are present in the IGPIO peripheral. They tell the low-level driver from the MCUXpresso SDK if the registers DR_SET, DR_CLEAR, and DR_TOGGLE are present. And from the RT1050 Reference Manual, these registers are present. And these feature macros should not be disabled in the HAL.

But I found a similar issue reported on NXP's support community, see rt1050 DR_SET and DR_CLEAR. And from this,…

Replies: 9 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DerekSnell
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@DerekSnell
Comment options

@danielwippermann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP area: Ethernet
4 participants
Converted from issue

This discussion was converted from issue #63322 on October 02, 2023 14:18.