• Scatter file image region symbols
    Hello everybody, I have a question regarding image symbols and more specifically symbol for max_size, is there any way to generate or access it's value? because it seems like linker doesn't do that. ...
  • Scatter file image region symbols
    Hello everybody, I have a question regarding image symbols and more specifically symbol for max_size, is there any way to generate or access it's value? because it seems like linker doesn't do that. ...
  • Assembler intrinsics for Cortex-M33 no longer supported in SEGGER Embedded Studio for ARM Release 5.50d
    W e were using SEGGER Embedded Studio for ARM Release 4.30c Build 2019120200.40763. It used to support some assembler intrinsics for Cortex-M33 processor (SMULBB, SMULTT, QADD, QSUB, SMLABB, SMLATT, SMULWB...
  • Assembler intrinsics for Cortex-M33 no longer supported in SEGGER Embedded Studio for ARM Release 5.50d
    W e were using SEGGER Embedded Studio for ARM Release 4.30c Build 2019120200.40763. It used to support some assembler intrinsics for Cortex-M33 processor (SMULBB, SMULTT, QADD, QSUB, SMLABB, SMLATT, SMULWB...
  • Undefined symbol Image$$ARM_LIB_STACKHEAP$$ZI$$Limit
    I am porting a gcc project to armclang. My .sct file contains: #define __STACK_SIZE 0x00001000 #define __HEAP_SIZE 0x00003800 #if __HEAP_SIZE > 0 ARM_LIB_HEAP __HEAP_BASE EMPTY __HEAP_SIZE ...