最近在研究UCOS2系统,在移植的时候程序在MSP430F149上运行正常。但是如果将其移植到MSP430F2618上时,就会出现
Warning[408]: Only 16bit will be pushed to the stack. Use size specifier to avoid warning.
这个问题。后来我再试了其他芯片,好像只要是MSP430F261X系列的都有这个问题。
是因为MSP430F261X系列地址总线不是16位。而是20位吗?
望知情者能够解答一下。不胜感激。