• in house bootloader
    Hello, I am trying to make an in house bootloader for a home project. I made a program that just blinks an LED on and off every 500ms verified it works had keil generate the hex file transferred...
  • in house bootloader
    Hello, I am trying to make an in house bootloader for a home project. I made a program that just blinks an LED on and off every 500ms verified it works had keil generate the hex file transferred...
  • Translate Linker of the GCC Compiler to the ARM Compiler
    Hello, I have a linker with extension .ld (is the format of the linker using the GCC Compiler (GNU)) and I want to translate it to the scatter linker with extension .sct. I have some doubts in...
  • Translate Linker of the GCC Compiler to the ARM Compiler
    Hello, I have a linker with extension .ld (is the format of the linker using the GCC Compiler (GNU)) and I want to translate it to the scatter linker with extension .sct. I have some doubts in...
  • Whether Can ARM compiler 5 project call the library compiled by ARM compiler 6?
    HI, all, To optimize an algorith(coded by C) performance, I compiled the algorithm as a library with ARM compiler 6. But another problem appears that the library will be called by older ARM compiler...