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.
Hi
My customer is developing AM243x.
In pin setting, want to set N21 pin to GPIO by sysconfig.
(I tested in Sysconfig 1.14.0, MCU+SDK 8.5.0.24, CCSVersion: 12.0.0.00009 )
But there was build error by undefined PIN_OSPI0_LBCLKO.
In SDK driver (mcu_plus_sdk_am243x_08_05_00_24\source\drivers\pinmux\am64x_am243x/pinmux.h), there is not define of N21 pinname (PIN_OSPI0_LBCLKO).
Is this bug?
--genereted file by sysconfig--
------
supplement:
In cloud sysconfig using PDK, (File name is AM243x_ALV_pinmux.h)
There was define of N21 pin name.
Thanks,
GR
Hi GR,
It is a bug. The PIN_OSPI0_LBCLKO should have been included in the source\drivers\pinmux\am64x_am243x/pinmux.h. I will file JIRA ticket for this.
Meanwhile, as a workaround, you can add the following line into the Pinmux_MainOffsets of source\drivers\pinmux\am64x_am243x/pinmux.h:
PIN_OSPI0_LBCLKO = 0x0004,
Best regards,
Ming