• Baremetal AARCH64 application with file IO
    Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model. If so do you have example linker script?
  • el2 debugging
    Hi guys, I'm trying to debug a hypervisor program at EL2 on QEMU with gdb, and a few questions coming up. I can step thru the code at EL1 before hitting the hvc instruction, once that instruction...
  • How to execute I2C Slave Address With ACK(0x18) using LPC2129?
    Hi Friends, I am trying to write I2C interface program between EEPROM & LPC2129, I have used switch statement for making the communication, I have made Start condition(0x08) successfully after that...
  • Baremetal for Raspberry Pi
    Hello, Does anybody know if I can use the Keil MDK to write baremetal code for the Raspberry Pi? Thanks.
  • how to handle _free_box() failure?
    Hello - we're using RL-ARM RTX on an STM32F105 based product, and passing messages between tasks in our system strictly via mailboxes and memory pools, using _alloc_box() and _free_box() to obtain and...