• 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...
  • POSITION INDEPENDENT CODE and function pointers
    I'm trying to write a boot loader and a double application code through the following scatter file: LR_ROM1 0x08000000 0x00005000 { ; load boot ABSOLUTE area ER_ROM1 0x08000000 0x00005000 { ; load...
  • position independant code
    I am trying to write the PIC. I wrote 2 programs in keil. 1 program is residing in the ROM (non PIC). And the second prgram (with-PI) I want to send over UART. I am trying to wrote the program and I...