2025-04-08 5:36 AM - last edited on 2025-04-08 5:55 AM by STTwo-32
Hello,
I have a STM32WBA55G-DK1 board, and i'm trying to build the example code for the Unicast server (BLE_Audio_TMAP_Central example project).
I'm importing it using the GUI (new project, example, then i select the example).
I haven't modified anything in the code, but when i try to build it, i have the following error (see image bellow)
I tried to compile another example code (using the same steps as with the one giving errors), and it is working as intended.
Can you help me please? Thank you.
OS: Windows 11, last version
CubeIDE: last version
Solved! Go to Solution.
2025-04-08 6:04 AM - edited 2025-04-08 9:42 AM
Hello @Baptiste_Arturia and welcome to the ST Community.
I've tested this use case and I've been able to reproduce this issue. I've escalated to the concerned team for correction (under internal ticket number 207113). As a temporary workaround you have to:
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-04-08 6:04 AM - edited 2025-04-08 9:42 AM
Hello @Baptiste_Arturia and welcome to the ST Community.
I've tested this use case and I've been able to reproduce this issue. I've escalated to the concerned team for correction (under internal ticket number 207113). As a temporary workaround you have to:
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-04-08 6:22 AM
Hi, @STTwo-32, thank you for the quick help. It is now working.
From what i saw, when importing the project using the GUI, the file Common\WPAN\Startup\stm32wbaxx-ResetHandler_GCC.s is not existing, i don't know if this would help.
Best,
Baptiste