How to convert BLE_TransparentModeVCP to use USART
I have made my own board using the STM32WB55CGU processor (the 48 pin package, as used on the Nucleo Dongle, MB1293C.
I am now trying to get the BLE working and tuned. The first step, it seems, is to load the transparent mode firmware into the chip which passes the USART TX & RX through to the BLE stack. It seems the firmware in the title should do this, but it is currently using the VCP, and I don't have the USB broken out on my board, so I can't use this. I do, however, have the USART coming out.
Is there a simple way of switching this over to the USART in the sample code? I am using the STM32CubeIDE, and have imported the project, but it does not include the CubeMX file.