User Activity

Hello everyone,​I use GPIO example project (from repository of ST) and open it by STM32 cube IDE. then when I built it give error: make all make: *** No rule to make target ...How to fix this error?Thank you! Sorry cause my English not good.​​
I have a sine wave DAC code using tim6 trigerout with 128 sampling points, I want to measure the sine wave frequency I know the formula to measure the frequency but I don't know how can I determine the number of times the Timer autoreload at 128thTha...
I want to create 2 analog output (DAC) on PA4 & PA5 pin. How to make DAC dual mode as instructed in refmanual? When I use template code and add 1 more DAC channel but no success.please help me how to make 2 DACs simultaneously.Thanksstatic void DAC_C...