• Removing INIT.A51 file
    I am facing an issue with initialization. I created a project with uVision3. I modified standard start up file STARTUP.A51 for my application as below: ?C_C51STARTUP SEGMENT CODE ?STACK SEGMENT IDATA...
  • Removing INIT.A51 file
    I am facing an issue with initialization. I created a project with uVision3. I modified standard start up file STARTUP.A51 for my application as below: ?C_C51STARTUP SEGMENT CODE ?STACK SEGMENT IDATA...
  • Why buid success when lib linked and lib files compiled?
    I'm using Keil uVision version 4.73. In my Options for Target I select RTX Kernel Operating System. This selection will add following to the Linker Control String in the Linker Tab: C:\Keil\ARM\RV31...
  • Why buid success when lib linked and lib files compiled?
    I'm using Keil uVision version 4.73. In my Options for Target I select RTX Kernel Operating System. This selection will add following to the Linker Control String in the Linker Tab: C:\Keil\ARM\RV31...
  • Fatal Error: error when reading “C:\OpenSSL-Win32\lib\libeay32.lib”: unexpected end-of-file
    i want to implement cryptographic algorithm to the arm at91sam7 micro. so i started with simple sha-1 openssl hash function. i could compile this sample code of sha-1 with code::block software and got...