• Interrupt Keil Style Vector Table
    Hi, MCBSTR7 User's Guide suggests below code to assign interrupt vector addresses. I wonder the second line. It makes first cast to u16 and then shift by 16 bits. I checked the code in debug, the...
  • Interrupt Keil Style Vector Table
    Hi, MCBSTR7 User's Guide suggests below code to assign interrupt vector addresses. I wonder the second line. It makes first cast to u16 and then shift by 16 bits. I checked the code in debug, the...
  • RL-ARM-Library mixed with STR9-Library
    I'm using RL-ARM-Library on a STR9-Hardware. Can I use the STR9-Library together? How have I to program interrupts together with RTX-Kernel?
  • RL-ARM-Library mixed with STR9-Library
    I'm using RL-ARM-Library on a STR9-Hardware. Can I use the STR9-Library together? How have I to program interrupts together with RTX-Kernel?
  • Keil RTOS (old style) versus CMSIS RTOS....
    I know I'm an old guy (software developer for more than 35 years), I have been using Keil RTOS for ages (13+ years on ARM, before that a zillion years on 8051) and have so far been satisfied with it...