2023-01-22 11:25 PM
HI Madam Sir,
Had anyone tried to port the cable replacement sample included in the Firmware package to STM32WB55CC? This MCU has different pins and FLASH sizes.
Thank you.
Ian C Mosquera
2023-01-25 07:13 AM
Hello @ICMosquera ,
The application runs on STM32WB55xx devices:
You should follow the pins assignment in the STM32WB55xx datasheet.
I suggest you have a look to this presentation which contains a Hands-On Cable Replacement example.
Imen
2023-07-19 10:43 PM
Hi Maam/Sir,
UPDATE!
I bought the nucleo-WB55 version and managed to test out cable replacement, being the nucleo as the GATT Server and my phone as a peripheral. I even managed to tweak/add some code to send a string of characters to my phone upon pushing SW1, calling UTIL_SEQ_SetTask,(..,MY_TASK,...,MyFunction).
However, I tried this code on my new STM32 Project, the one with .IOC file, copied the code and and tried to mimic all the functions on, app_ble, crs_app, and crs_stm to my own app_ble, custom_app, and custom_stm.
I was able to connect using Serial Bluetooth terminal But when I press down the SW1, it didn't send the string of chars, this works on the cable replacement code though.
Have I forgotten some initialization or GATT declaration regarding this? Its hard for me to trace the cable replacement since this has no project file.
Any help would be appreciated very much.
Thanks,
Ian
PS I created a similar thread to this too, hope that will be answered too.
2024-02-09 07:26 AM
Hello @ICMosquera
For the migration of your code, I suggest you take a look at this migration guide: AN5805
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.