Description Resource Path Location Type
Field '__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1)' could not be resolved main.c /Project0/Src line 176 Semantic Error
Ya probé este compilador funciona pero consume mucha memoria flash yo uso micros con 16K y 32K se llena con poco código sobre todo si uso funciones de stdio.h. Seguiré con el Keil ya que es libre hasta los 32K.
GCC 5u2 O3 10288Bajo las siguientes condiciones
ARMCC 5.06 O3 10084
ARM Compiler 6.6 Ol 10168
ARM Compiler 6.6 Os 9608
ARM Compiler 6.6 Oz 9148
ARM Compiler 6.6 Oz LTO 7304
The values for gcc were created using the highest optimization, with an emphasis on size
$ arm-none-eabi-size demo.elf
text data bss dec hex filename
18500 364 3716 22580 5834 demo.elf
Linking C executable demo.elf
text data bss dec hex filename
17936 364 3716 22016 5600 demo.elf
arm-none-eabi-gcc -c file.c -O1cd ../../cygdrive/c/Users/alex/Desktop/proyectoPruebamake