2018-10-16 05:01 AM
Hi..... i am a masters student from india. I have developed a code for RGBW now i want to include strobe effect for that i have give a hal_delay it is working fine now i want to change the PWM of RGBW when it is in strobe effect both has to work simultaneously but it is getting hanged i think this is due to Hal_delay i think this problem will be reduced if i give timer delay or i want to do something if it will solved with timer how to give timer delay in STM Controller.. I am using STM32F407VG controller.. Can someone help me out in this....... Thanks in Advance
2018-10-27 02:12 AM
that's for my OS,
I check if DMAs are done, reissue commands in there...
you don't need it when you use blocking code.
2018-10-27 02:33 AM
Ok..... Thank You...... I'll check
2018-11-14 09:04 PM
wait_us(1000);
I have written the code like this blinking also not taken place. What is the mistake
2018-11-15 10:41 PM
I have written the code like this but it is not working blinking also not happening any mistake