Bug report: MQX Vybrid GPIO definitions

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bug report: MQX Vybrid GPIO definitions

ソリューションへジャンプ
765件の閲覧回数
billpringlemeir
Contributor V

I have MQX 4.0.2 and noticed two GPIO to 'PTx' mis-configurations.  In lwgpio_vgpio.h we have,

#define LWGPIO_PIN_PTB26    (LWGPIO_PORT3 | LWGPIO_PIN0)   /* Was LWGPIO_PORT2 | LWGPIO_PIN0 */
#define LWGPIO_PIN_PTC26  (LWGPIO_PORT3 | LWGPIO_PIN3)
#define LWGPIO_PIN_PTC27  (LWGPIO_PORT3 | LWGPIO_PIN4)
#define LWGPIO_PIN_PTC28  (LWGPIO_PORT3 | LWGPIO_PIN4)    /* Should be PIN5? */
#define LWGPIO_PIN_PTC29  (LWGPIO_PORT3 | LWGPIO_PIN6)

The PTB26 has been fixed in MQX 4.1, but the PTC28 issues still seems to remain?  Thanks for fixing the PTB26 so that NAND flash may function.  Someone has confused many software developers with these 'PTx' numbering.  These defines are helpful in avoiding that confusion.

タグ(3)
1 解決策
332件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Bill

You are correct. That is a bug, and we  will fix it for MQX 4.2.0. Thank you very much for reporting this.

Have a great day,
Daniel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
333件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Bill

You are correct. That is a bug, and we  will fix it for MQX 4.2.0. Thank you very much for reporting this.

Have a great day,
Daniel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信