How to use STM32WB55 Nucleo Board examples for STM32WB50CGU5 custom board?
I have a custom board with STM32WB50CGU5 controller. I want to develop an application on this board having BLE, and IRDA.
I am able to run the example (p2p Server and p2p Client) given for the STM32WB55 Nucleo board on my custom board without any error and its working fine. Now I want to use the example code for my custom board which has different controller and UART is IRDA.
Is it possible to use it?
How this can be achieved?