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
I don't quite understand that example, but this time I tried to exclude one segment from overlaying analysis and it worked! thank you! And last question: how to disable multiple segments from overlaying analysis? My warnings are:
*** WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?SSPIPSE?SPIHANDLERS_CC CALLER1: ?PR?SPICOMMISR?SPI_COM_CC CALLER2: ?C_C51STARTUP *** WARNING L15: MULTIPLE CALL TO SEGMENT SEGMENT: ?PR?_NVMWRITE?NVMEM_CC CALLER1: ?PR?SPICOMMISR?SPI_COM_CC CALLER2: ?C_C51STARTUP