• Simple C++ project for Bleu Pill, Arm-based Coretx-M3 MCU
    Hi all, I'm about to start C++ embedded programming for the first time and Arm-based Cortex-M MCUs will be the majority of the boards I will be working on. So as a start I have the following components...
  • Simple C++ project for Bleu Pill, Arm-based Coretx-M3 MCU
    Hi all, I'm about to start C++ embedded programming for the first time and Arm-based Cortex-M MCUs will be the majority of the boards I will be working on. So as a start I have the following components...
  • __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...
  • __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...
  • __irq instead __fiq
    Hi, I am having the same error as this person described in this thread: http://www.keil.com/forum/15818/ Well it has been answered there, but my question is If i will use __irq instead of __fiq...