I'm a user of a TP2808 MCU(128K Flash Rom),so I need to bank my code to 2. For cost considering,I want to change my MCU with a cheaper one,STK6012(128K Flash Rom),which has the same pin difination with TP2808.I modified L51_bank.a51 for STK6012,and included it. Why my code does not work !! Steven Young
"the code runs well" You mean you haven't seen it fail yet! That's the thing about Warnings - they tell you that there's something dodgy about your code. It may well appear to be all fine - until one day it hits the particular circumstances where that dodginess bites you. eg, if the bug affects your leap-year handling, it could appear to "run well" for a whole four years before the bug shows up...!
Thanks All. And now I've modified my code. until "128MCUTV" - 0 Error(s), 0 Warning(s). The problem remains. I have asked the STK6012 FAE.He said it maybe the problem of hardware not software. Thanks again Steven Young