• call function from a ISR
    Hello, At the moment, I'm working with the ethernet MAC interface and I'm now able to get a interrupt, when I receive a new frame from the PHY. But I'm not totally sure, how I have to configure the...
  • Calling C function from ISR
    Hi, I am trying to call a C function from the interrupt subroutine in LPC3250. When I call the function from a C file, there is no problem. However, when I use a C++ file containing the required...
  • Function call in isr
    Hallo I do have some generel question when calling a function from a isr. I do see some strange behavior when doing it, depending on compiler optimization level and code. When calling a function...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!
  • Calling C++ function on C main
    Hi, I'm a beginner on MCU programming (STM32F4 discovery) I'm building my code on C language. Recently, i find some library in C++ can achieved my job. However, when i compile it, errors occurred...