• GNU external interrupt issue
    I can't get the code to return from the EINT1 ISR with GNU, but works fine with CARM...
  • KEIL RTX issue
    Hi frnds, I am using keil RTX kernel in my application. I am getting unexpected problem when my application code process any sprintf() statement it is one of the standard library function. Under non...
  • Issue in FATFS with Keil RTX
    Hi, I'm using STM32F437 with my customized hardware. I have SD card interfaced to micro through SDIO interface. I'm using Keil RTX along with FATFS. I have excluded MICROLIB. I'm trying to call file...
  • RTX Kernel and GNU compiler.
    Hi all: Is possible to compile the RTX Kernel using the GNU tools? Libraries compiled with CARM are not compatible with gcc, are they? Thanks in advance and have a good day. Jorge M.
  • GNU Emulation in KEIL CARM
    Hi there! I have a source written in gcc and i want to compile it inside a keil carm project using the --gnu command. What should i do? Thanks in advance