MX vs IDE possible conflicts using HAL
When using MX to generate the ioc-file and then importing it to CubeIDE, it is tricky to make it work.
Such as trying to make a pin an output pin. In this case on the STM32H563 where I want to use PE2 (on pin 1) and PE3 (on pin2) as output pins. when generated it is not possible to change the output of these port pins. Why is that a problem when the compilation is ok and the debuger does not protest?
Is there any specific setup that has to be done manually? Iried that but then the compiler objected.
How make such a simple action work in such a complicated environment?
