How to enable a port in the SubG_Phy Ping Pong example code of STM32WL55 without any errors ?

However, if I just enable a GPIO port (making any minor changes in the configuration) to the same SubG_Phy ping pong example, the whole code is regenerated to include the configuration changes to the code and it produces a lot of errors stating that "User to provide its board definitions". Only by just enabling a single GPIO port \ I am getting these many errors.


I tried many debugging tips like resetting, deleting the debug folder before running the program, restarting the whole project and IDE like for other projects, and replacing the radio. c and radio_driver.c files in the Middleware folder (as the errors were from these files) with the original radio.c and radio_driver.c files (before the changes). I tried my best to remove the errors and to run the program again, as the end goal is to successfully transmit sensor data with the LoRa communication protocol. Can anyone suggest me a solution to debug this error?
