2024-10-08 03:13 AM
Hi,
We have a custom board with a STM32G071R8T6TR, PA4 is configured as input but it does not work.
All other inputs on the boards are working correct but PA4 is a problem.
If we configure PA4 as an output it works fine, we toggle hi/lo, we have checked IDR for PA4 and the IDR does not change which is a problem, it does that when we toggle PA5 and PA6 hi/lo the IDR for PA5 and PA6 change.
If PA4 is configured as input and we change input hi/lo there is no change in IDR either.
We have cheked MODER is correct.
What do we miss here or could this be a defect STM32 MCU ?
Kind regards
Morten
Solved! Go to Solution.
2024-10-09 12:12 AM
Hi Richard,
Thank you for input. GPIO_LCKR bits are all 0 for all GPIO pins.
/MPF
2024-10-16 01:18 AM
Hi,
We found the problem, its a problem with the MCU, in other similar products we don't see the issue.
We will replace the MCU.
BR
Morten