I'm curious to know if anyone has had issues using unsigned/signed long data types.
In previous version of software this did not present an issue, however, when I recompile the old projects and flash it to my device, the program will not run even if there have been no changes to the code. Commenting out the lines of code that handle the long data types will allow the code to run but in the end, I need to be able to use these variables.
I previously used uVision 4 without an issue, and I have recompiled code a few months ago that also worked with any issue.
Any help and/or insight would be appreciated.
Thank you, Alex
If you have a specific version that does not work, you should name it. Without knowing the exact version, this may either help or not: http://www.keil.com/support/docs/3842.htm
Thank you, I believe this will help. I also have v9.55 which I downloaded at the end of March.
I found a work around to the issue, however. I simply used pointers to point to the variables that were causing issues and manipulated them that way.
Thank you for pointing me to this article, Alex Ramirez
View all questions in Keil forum