We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Crazy-Geeks,
Thank you for this lib. I try to add it to my Nucleo G0B1RE project but I have several problems.
First of all I had to change APBfq init because of "implicit declaration of function" :
Unfortunatlly, I the execution get stuck in the second ARGB_show() call. Whane checking DMA_HANDLE.State it is HAL_DMA_STATE_BUSY.
Please find my configs :
I use a picoscope for debugging which is directly connected to the TIM4_CHANNEL1 pin and the it stays low.
Do you think the problem comes from the APBfq changes ? Could you please help me find out where does the problem comes from ?
Thank you for your time.
antoi-q
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Crazy-Geeks,
Thank you for this lib. I try to add it to my Nucleo G0B1RE project but I have several problems.
First of all I had to change APBfq init because of "implicit declaration of function" :
Unfortunatlly, I the execution get stuck in the second ARGB_show() call. Whane checking DMA_HANDLE.State it is HAL_DMA_STATE_BUSY.
Please find my configs :
I use a picoscope for debugging which is directly connected to the TIM4_CHANNEL1 pin and the it stays low.
Do you think the problem comes from the APBfq changes ? Could you please help me find out where does the problem comes from ?
Thank you for your time.
antoi-q
The text was updated successfully, but these errors were encountered: