• 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...
  • 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...
  • Position Independent Code
    Hello, We have an STM32F37xx MCU (and the ST eval board) and we would like to create Position Independent code (the -fpic switch). Keil has a nice checkbox with "Read-Only Position Independent...
  • using position independent options in rtx?
    if i am not using position independent options while using rtx will it make my application thread unsafe?
  • 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...