Skip to main content
JGhaz.1
Associate
May 16, 2022
Question

help with porting files from STM32F429ZI project to STM32WBRG55

  • May 16, 2022
  • 2 replies
  • 1129 views

this error showed when i build the project

```

c:\st\stm32cubeide_1.8.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346\tools\arm-none-eabi\bin\ld.exe: C:\Users\gjallouli\STM32CubeIDE\ETO\ETO_FW_Production_Pack\Core\Src\dwt_uwb_driver\lib\libdwt_uwb_driver-hfp-5.8.0.a(deca_compat.c.obj): in function `dwt_probe':

deca_compat.c:(.text.dwt_probe+0x94): undefined reference to `__dw_drivers_start'

c:\st\stm32cubeide_1.8.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346\tools\arm-none-eabi\bin\ld.exe: deca_compat.c:(.text.dwt_probe+0x98): undefined reference to `__dw_drivers_end'

```

when i searched the '__dw_drivers_start' only exists in the flash of F4 .

can i modify the flash of WB and create other sections

This topic has been closed for replies.

2 replies

Markus GIRDLAND
ST Employee
May 18, 2022

Yes, you can create sections as you please in the linker script of the WB.

Is this symbol supposed to be defined in the linker script or in the a library or in c code?

JGhaz.1
JGhaz.1Author
Associate
May 18, 2022

it's supposed to be defined in the linker script