• LPC2468 unexplained behavior when jumping to application from boot
    Hello, I am new to ths processor to this is a rather difficult situation...If my bootloader uses CPU peripheral T0 (not interrupting, just a free running timer), T0 must be stopped just prior to jumping...
  • Unexplained error in sending serial data between 8051s
    This is a follow-up question from my previous thread regarding the sending of serial data from one 8051 to another. http://www.keil.com/forum/docs/thread4180.asp Although I have enabled to have...
  • Positioning a function in a Position Independent Executable
    Hi, I am using ARM DS-5 version 5.21.1 and trying to develop a Position Independent Executable project. So far, compilation with --bare_metal_pie looks OK. Next, I would like to place a function (so...
  • Position independent
    I tried to write position independent code with keil, but the interrupt handle seems does not work,the code is below DCD UART0_IRQHandler_Proc - . ; 21: UART0 UART0_IRQHandler_Proc PROC IMPORT...
  • how keil load position position independent code?
    Hi: I'm try debug position independent code in Keil, but found the keil Load command did not support add base address. Question: How to load position independent code into RAM? code like flash...