This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I found that pin_map.h from f28004x driverlib (version 1.12 from Feb 12 2021) is inconsistent with GPIO mux table from the datasheet (SPRUI33D, pp. 865-867, Sep 2020).
The following functions are defined in the driverlib but do not exist in the GPIO mux table:
GPIO_20_EQEP1_A, GPIO_21_EQEP1_B plus 60+ more. I can name them all if needed.
Can someone please check this.
Hi Marko,
Your query has been assigned to an expert. You will hear a response soon.
Best Regards
Siddharth
Hi Marko,
This is known bug which went into the last release. It accidently pulled in some fields which were marked as reserved. Please use the attached updated pinmap header file. This will be rolled out in the next release.
Regards,
Veena
Hi Veena,
I confirm that provided pin_map.h does not contain macros (fields) in question.
Thank you!