• Setting output EABI version in RVCT3.1
    Note: This was originally posted on 15th May 2013 at http://forums.arm.com Hi I am using a library built with RVCT3.1 and linking it to my linux application using arm-elf-gcc-4.6.1, I am getting an error...
  • a link error when build PI codes use RVCT3.1
  • limited for 8051
    Hi, i am using the licensed version of Keil for MDK-ARM series controller Now i would like to use the Atmel series controller with the same Keil software,But it provides only 2K Program memory only...
  • A51 limits
    Hello, I use a rather old version of A51 (V5.52b) and L51 (V3.52), both MS-DOS executables. Yesterday I got this error from the assembler: A51 FATAL ERROR - ERROR: LIMIT EXCEEDED: TOO MANY EXTERNALS...
  • Running with Code Size Limit
    I got a message: EVALUATION MODE Running with Code Size Limit: 32K. My program is only 4 rows. while (1) { /* USER CODE END WHILE */ HAL_GPIO_WritePin(GPIOB,GPIO_PIN_5,GPIO_PIN_RESET); HAL_Delay...