User Activity

I'm trying to install the X-CUBE-NFC5 package in the stm32cubeMX but I can only install the NFC4 and NFC7, someone knows how can I install the desired package, I wouls appreciate your help thanks.
void usartConfig(){ USART3->CR1=0x00; //Configurar UE USART3->CR1|=(1<<13); //Configurar M=0 USART3->CR1 &=~(1u<<12); //Configurar STOP (00)=1 USART3->CR2 &=~(1u<<12); USART3->CR2 &=~(1u<<13); //Configurar DMAT USART3->CR3 &=~(1u<<7); //Configurar ba...