Hello,
I want to use BSDLIB in my application. According to documentation (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/bsdlib/doc/ug_bsdlib_porting_os.html#memory) I have to place it in the correct location in RAM memory. How to do this?
I've read that I need to modify linker script and insert something like this:
place at address 0x20010000 { section .text, section .text.*};
I know that ".text" isn't correct section, because if I do this the whole application goes into RAM. Any idea what/how I need to modify linker script so that only BSDLIB goes into ram and not the whole application?
Please, any info how to place BSDLIB into correct RAM location would be very helpful, as I don't know what to do anymore. I'm using SEGGER embedded studio V4.52.
Thanks in advance
Jure