when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c to 0000c200)" and not able to know the reason. Please help me out.
when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c to 0000c200)" and not able to know the reason. Please help me out.
Hi,
This error message is usually due to space restrictions:
https://github.com/ARMmbed/mbed-os/issues/2467
Could you try to re-import the project (with a new build folder) to see if the problem still exists?
when i copied the spi_fujitsu_fram example to my project folder on c drive
Have you changed the ncs version? ie. from ncs v1.2.x to 1.3.x? Or did this issue just suddenly pop up?
Kind regards,
Håkon
no, i didn't changed the version, reimporting causes the same problem, but now i enabled the spi port 3 by going to project->configure nrf connect sdk project, now it is working fine.
I'm glad to hear that you found a workaround!
Kind regards,
Håkon