Hi how much is the time between interrupt(falling or rising edge) and function in normal case and how we can decrease this time ? (Doing the function immediately after interrupt without any delay)
Thanks a lot for your enriching videos. Please I am having challenges with setting breaking to finite state machine processes inside my input capture callback function (HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim)). My Input capture is with HAL library on Keil IDE, configured WITHOUT CubeMX. My finite state machine is debugging well with CubeMx but I am really wondering while it isn't working without CubeMx. I am under directive not to use CubeMx. I am thinking my input capture configuration may be the problem. I can send you my configuration code on asking. My MCU is STM32F407Vet with 8 MHz external crystal oscillator which I'm using. Thanks again.
Someties the EXTI is grouped. For example, it could be a grounp of 4 pin from 0 to 3. In that case it would be defined as EXTI0_3_IRQn. Check the device header file to see it.
@@ControllersTech firstly I am so grateful for your answer. Thank you. I couldn't solve my problem. My problem is NVIC functions. ı cant use nvıc funtions. I am looking programming manual but still ı cant solved. I guess I need to use the misch.h library but I can't. If you know how can ı use, can you say ? THANK YOU SO MUCH AGAIN
It's your code that's faulty. Keil have nothing to do with it. You must have deleted the terminating bracket for some function. Check where that line appears first. Then check previous functions properly.
Thanks a lot, I really enjoy your "NO HAL" videos!
Thank you so much for your great video's with out HAL this helps me a great deal to learn the STM32 M4
Can you do a video explaining CAN bus configuration using registers please?
Thank you for these great videos. One question, can you elaborate more on why you added a delay? What happens if we do not add it?
How do you make everything simple, thank you for an excellent series, hope it continues
Really excellent !
Excellent!
Thank you! It is really great tutorial!
Hi how much is the time between interrupt(falling or rising edge) and function in normal case and how we can decrease this time ?
(Doing the function immediately after interrupt without any delay)
First of all thank you for your video, but can you also make a video for reading values with register level DMA for MPU6050?
Next on i2c interrupt then DMA
awesome thanks ,please make one video on SPI also
In your opinion..What's the best option? HAL or Registers?
Registers are obviously better.. but it's very complicated to program them specially for more complex parts like DMA, USB etc..
thank you so much pro
Where are you from bro???
when I put interrupt handler function I am getting error as no previous prototype for function.
how to solve it?
Thanks a lot for your enriching videos. Please I am having challenges with setting breaking to finite state machine processes inside my input capture callback function (HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim)). My Input capture is with HAL library on Keil IDE, configured WITHOUT CubeMX. My finite state machine is debugging well with CubeMx but I am really wondering while it isn't working without CubeMx. I am under directive not to use CubeMx. I am thinking my input capture configuration may be the problem. I can send you my configuration code on asking. My MCU is STM32F407Vet with 8 MHz external crystal oscillator which I'm using. Thanks again.
Where did you get the steps to configure the interrupt using registers
They are written at a secret place, where only chosen few have the access 🙂
Do you have any posts related to Ethernet?
Not yet
I have a problem. My nvıc functions error. ıt doesnt see EXTI1_IRQn. How can ı fixed ?
Someties the EXTI is grouped.
For example, it could be a grounp of 4 pin from 0 to 3. In that case it would be defined as EXTI0_3_IRQn.
Check the device header file to see it.
@@ControllersTech firstly I am so grateful for your answer. Thank you. I couldn't solve my problem. My problem is NVIC functions. ı cant use nvıc funtions. I am looking programming manual but still ı cant solved. I guess I need to use the misch.h library but I can't. If you know how can ı use, can you say ?
THANK YOU SO MUCH AGAIN
Hello sir. How to stop warning alert in Keil v5 ide.!?
What alert ?
@@ControllersTech if I declare a function name after void.. Its shows red color under line on the code every time for every function...
It's your code that's faulty. Keil have nothing to do with it.
You must have deleted the terminating bracket for some function.
Check where that line appears first.
Then check previous functions properly.
@@ControllersTech ok sure.. I will check it. 👍