• Write platform independent code.
    Hi Fellow STudents of software archeticture, I am writing an program for one application in C / C++ which should run on all target controller architecture like 8051 , AVR, PIC , MSP430 or ARM7 and...
  • 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...
  • about simultaneos presence in microcontroller
    Do exit in the world microcontrollers with simultaneos presence of bit space and A/D converter ? That is the question.
  • 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...