• attribute((at(x)) .bss sections not initialized
    In our ASIC, we have multiple cores: a cortex M series, plus a DSP. The separate DSP core is getting it's memory poplulated by it's output elf into several arrays that are located (using the __attribute__...
  • attribute((at(x)) .bss sections not initialized
    In our ASIC, we have multiple cores: a cortex M series, plus a DSP. The separate DSP core is getting it's memory poplulated by it's output elf into several arrays that are located (using the __attribute__...
  • Fatal Error[Lp049]: there was no reference to __iar_data_init3, but it is needed to initialize section .bss (OS_Global.o(os7m_tlv_d_837070.a) #8)
    Hello, I'm developing a project on IAR Embedded Workbench IDE - arm 8.40.2 that uses EmbOS (embOS_CortexM_IAR_V8_V5061) on a NXP IMXRT1062xxx5A board. My configuration linker file is the following...
  • Fatal Error[Lp049]: there was no reference to __iar_data_init3, but it is needed to initialize section .bss (OS_Global.o(os7m_tlv_d_837070.a) #8)
    Hello, I'm developing a project on IAR Embedded Workbench IDE - arm 8.40.2 that uses EmbOS (embOS_CortexM_IAR_V8_V5061) on a NXP IMXRT1062xxx5A board. My configuration linker file is the following...
  • Bss and data segments initialization
    When bss and data segments are initialized in memory by startup code whether before calling reset handler or after calling reset handler? In stm32f103c6 startup code I am unable to find initialization...