sbhanot030
Junior Member level 1
Hi all
My doubt is while taking in input from a particular I/O pin in STM32 and sending it as it is through an output pin but has additional clock and enable along coming out of different pins but have to travel together to the same destination. the problem that I am getting is I have declared a variable to the input but putting the same name in write pin function in which I have declared my output pin is giving an error of incompatible type for HAL_GPIOWritePin, can someone please share what I can do to resolve this
My doubt is while taking in input from a particular I/O pin in STM32 and sending it as it is through an output pin but has additional clock and enable along coming out of different pins but have to travel together to the same destination. the problem that I am getting is I have declared a variable to the input but putting the same name in write pin function in which I have declared my output pin is giving an error of incompatible type for HAL_GPIOWritePin, can someone please share what I can do to resolve this