STM32WB55 Cube MX 5.6 Generated Code Errors
When using the Custom Template option in Cube MX 5.6 for the WB55, the generated "custom_stm.c" file contains some bugs in the "Custom_STM_App_Update_Char" function. Namely, the calls to "aci_gatt_update_char_value" mistakenly pass the characteristic handles twice rather than first passing the service handle and corresponding characteristic handle. I'm hoping this will be fixed in the next update to Cube MX.
Additionally, I would have expected Cube MX to generate code for the cases in the "Custom_STM_Event_Handler" function. I filled the code out for the "EVT_BLUE_GATT_ATTRIBUTE_MODIFIED" case on the material from the WB workshop video (part 4) which seems to work, but it seemed fairly standard to me so I was wondering if it could just be generated by Cube MX in the future.