Building a product based on the HCS12NE64, and have problems with a very strange behaviour in the compiler. I have some global variables and an assignment of these. The upper screenshot show how it looks without assignment. This works fine.
In the lower screenshot I have uncommented the assignment. Here the assignment SHOULD occurr AFTER the call to the "MENU_GotoNode" method. When the execution reaches the top of the "MENU_GotoSuccessNode" the assignment has allready occurred!!! This messes up the parameter I use in the "MENU_GotoNode" call.
In the pictures attached I also show the "MENU_GotoFailNode" method. It is not enough to comment out the assignments in one method, I have to do it in BOTH!!! Even though the "MENU_GotoFailNode" is never used!!!
What is causing this? I have a similar problem in the Processor expert bean for the I2C-bus!
Best regards / Sparcz
Hello
For this one I would suggest you to issue a service request through the Freescale on line support web page.
Go to http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&tid=FSH
Log in using your Freescale WebApps login and password (if you do not have one register using the Register button on the top of the page) and click on Submit a service Request.
Make sure to attach a zip file containing the whole project reproducing the trouble and to indicate which version of the tools and which option you are using to build the application.
CrasyCat