2019-10-03 06:54 AM
In Function BSP_JOY_Init, there is a line as below:
BSP_IO_ConfigPin((RIGHT_JOY_PIN | LEFT_JOY_PIN | UP_JOY_PIN | DOWN_JOY_PIN), IO_MODE_INPUT_PU);
but IO_MODE_INPUT_PU is wrong, it should be IO_MODE_INPUT , can st fix it in the next hal lib version?
2019-10-03 06:56 AM
@Martin KJELDSEN sorry for @ you, but can you check this ?
2019-10-04 12:02 AM
Hi @周 剑强,
I'll try to pass your correction on to the correct team; I'm only involved in TouchGFX.
/Martin
2019-10-05 02:15 AM
Hi @Martin KJELDSEN:
thank you for you reply.