This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Undefined reference in nrf_sdh.c

Hi,

I'm using the TWI master example to test my application. I wanted to extend the example to write into flash (fstorage module), in a way that I can transmit data over I2C and store that in flash memory of the controller (it is intended to be used as dfu afterwards, but first I want to just store the firmwareimage in flash). I am working with GCC compiler. I added include files for the fstorage_sd module and extended the sdk_config.h, so that compiling works. Now the linker says I have a undefined reference to '__start_sdh_req_observers' in nrf_sdh.c file and I don't know what's the problem. Thanks for any help how I can solve this problem?

Thanks in advance!!!

Kind regards

Sascha

Parents Reply Children
No Data
Related