User Activity

i have a code like this :but i iwant to ask why result signal in my code freq max is 1,5k and minim 200 hz bu while i want to freq max is 200hz and freq minim is 0 hz, and why while value adc under 100, freq in osiloscope lost?main(void)://DAC#define...
I have a DAC signal from an ADC (potentiometer). I have set the frequency from 0-200 Hz but when I run it when I am at 200 and the sign should still be there, the signal on the oscilloscope disappears (just a straight line). does anyone know how to f...
i have program like this and from the program i have the output like this (picture) and i used the potentiometer to find the value is AD_RES_BUFFER: the potition of picture is disable of DMA Countinous Request ADC ANALOGbut the potentiometer work (pr...
if i have int angka_test = 10;int a;while (1) {output = output_start + ((output_end - output_start) * (angka_test - input_start)) / (input_end - input_start);a = angka_test;__HAL_TIM_SET_AUTORELOAD(&htim2, output); } why 'a' if i seee form watch is 0...
halo!i have a adc_value as array and i hava this for potentiometer, i want to call the adc_value as int, but i can't thingking for this now, can anyone help me?