User Activity

why the ide show these type of values how to hide it ?
I'm designing a unipolar sine wave inverter using a lookup table to generate PWM signals, but I'm encountering some issues and have a few questions:Should the values in the lookup table start from zero, or from the peak value of the sine wave?Is it s...
Hi , In SPWM generation ,in Center align mode ,May i require give one sine table value twice , in the upword and down counting sequence .  Original sine wave values: [A1, A2, A3, ..., A200] DMA array: [A1, A1, A2, A2, A3, A3, ..., A200, A200] like wi...
Hello Experts ,I am generating a two-Channel PWM with complementary channels also   HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, (uint32_t *)sin_table, 20);//low HAL_TIMEx_PWMN_Start_IT(&htim1, TIM_CHANNEL_1); HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNE...
I am transfering data array from an array to PWM register of TIM1.int16_t sin_table[20]= { 0, 39, 77, 113, 147, 177, 202, 223, 238,247, 250, 247, 238, 223, 202, 177, 147, 113, 77, 39};HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, (uint32_t *)sin_table...
Kudos from