User Activity

i have compiled opus lib on H5. but i can not decode data. this is my init function and works fine.   DecConfigOpus.channels = 2; DecConfigOpus.ms_frame = 20; DecConfigOpus.sample_freq = 48000; uint32_t dec_size = DEC_Opus_getMemorySize(&DecC...
When press enter after text on "Packet Description", Packet generated successfuly and did i uploaded to git. but it did not appierd on cube mx. after delete the enter from end of "Packet Description", it worked. 
I can not find any complete project for USBX or TinyUsb library to drive. Can anyone to help me please?i need USB CDC VCP AND AUDIO DEVICE simultaneously in custom board.   
I would like to generate a pulse by timer.Idle state: GPIO-PIN HIGHafter internal trigger: GPIO-PIN LOWafter 1us  back to GPIO-PIN HIGHi have try by PWM, OC  and one pulse enabled mode.but my pulse is starting after 1 us.
void HAL_DAC_ConvCpltCallbackCh1(DAC_HandleTypeDef *hdac){ HAL_GPIO_TogglePin(START_OF_FRAME_GPIO_Port , START_OF_FRAME_Pin);}   uint32_t val[] = { 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400};   HAL_DAC_Start_DMA(&hdac1, DAC_CHANNEL_1, val...