2021-04-01 01:12 AM
Hi, I have problem with NUCLEO-L452RE-P, the PC6 pin does not respond to HAL commands, other pins on Port C works, is there any way how to check what the problem might be?
2021-04-01 01:21 AM
Hi LWagn.1,
For what IP you are using PC6 pin ?
Best Regards,
Ons.
2021-04-01 01:23 AM
Hi, IP? Im using it as a normal output...
2021-04-01 01:25 AM
Hi LWagn.1,
What are HAL commands this pin does not respond for?
Best Regards,
Ons.
2021-04-01 01:37 AM
The commands are:
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_6, GPIO_PIN_SET);
HAL_GPIO_WritePin(GPIOC, GPIO_PIN_6, GPIO_PIN_RESET);
Regards,
Libor
2021-04-01 01:42 AM
Hi LWagn.1,
Okay. And how do you know that this specific pin does not respond to HAL GPIO commands ?
Best Regards,
Ons.
2021-04-01 02:01 AM
Hi,
I use multimeter to mesure its output.
Regards
Lbor