STM32L432KC GPIOs controlled by the RTC
Helo.
I have a Nucleo-32 development board with STM32L432KC MCU.
In RM0394 , chapter "Real-time clock (RTC) applied to STM32L43x/44x/45x/46x devices only"
I found this:
"Output functions: RTC_OUT which selects one of the following two outputs:
– RTC_CALIB: 512 Hz or 1Hz clock output (with an LSE frequency of 32.768 kHz)...
...RTC_OUT, RTC_TS and RTC_TAMP1 are mapped on the same pin (PC13)....
...In addition, it is possible to remap RTC_OUT on PB2 pin..."
But in STM32L432KC datasheet ,chapter Pinouts and pin description, I can't found pins PC13, PB2. Moreover, in CUbeMX when I select STM32L432KC MCU ,on RTC tab in Pinout & confiruation, I found no anything about RTC_CALIB output. Where is my mistake or datashhet missunderstanding ?
Best regards, Volodymir.