This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 UART0_IRQHandler [WEAK] B . ENDP

Anybody can point to the documentation with which I can proceed further?

Parents Reply Children
No data