I am seeing this warning when I try to compile my code
Warning L15: multiple call to segment segment: ?pr?_nvmwrit?nvmem_cc caller1: ?pr?spicommisr?spi_com_cc caller2: ?c_c51startup
I looked through my code, I don't call nvmwrite in spicommisr routine. And what is this c51startup file?
thanks, DG
What do you mean by that? Is that also through linker settings in Keil?
Yes. Take a look at the linker manual. There is an entire chapter devoted to this topic.
www.keil.com/.../bl51_ol_manipulations.htm
Jon