Possible bug in STM32CubeIDE - USART3 disabled when closing ioc file
Hello,
I think there's a bug in CubeIDE when working with a Nucleo-H563ZI. Steps to reproduce it:
- create new project, clear pinouts
- enable USART3 in async mode, PB10 and PC4 pins are assigned (why not PD8 and PD9? don't understand)
- ctrl+click on PB10 and PC4 and move them to PD8 and PD9 (to get console output to ST-LINK vcp)
- auto configure clock, save and let IDE generate code
- close IOC file and open it again, USART3 is disabled and no pins are assigned
As a bonus, same thing happens when assigning PC13 (blue btn) as a GPIO_EXTI (or GPIO_Input, etc.), it vanishes when closing IOC file.
When choosing a "normal" pin, all is good.
It is very annoying - maybe I'm doing something wrong?
