This simple library give you a chance to using buzzer as sound notification with the possibility to set number of beeps and period between them.
Setup is very easy, because it's fully compatible with HAL and Cube code generator, all you need it's config chosen pin and set label BUZZER. And here is example of use:
Buzzer_Go(TBUZ_100, TICK_2);