Sorry, but there are no more tags available to filter with.
  • In assembler, detect the CPU name for conditional compiling

    For the STM32F4xxx line of CPUs

    I use a single assembly module for startup, but this module may be used for different CPUs of the family.
    Since some micros have more memory than others, I need to set the Heap_Size differently depending on the CPU defined…