In the last hours KDS works erroneusly .Seems that restatring the PC put it in the right way sometimes,just sometimes.
The errors are going from wrong variable assignement to unexplicable code jumps
e.g. my_x=3; resulting in debugger and in code flows as my_x=2
loops inside an if block
as in the below case you can see as a decimal number 80 is assigned as it was 0x80.
To say it all at first it was blink_x=0x80,but once corrected cleaned and recompiled i still have 0x80
as you can see by the assembly code.
Any hint?
Thanks
Diego
Hi Diego,
I couldn't reproduce your problem with KDS3.2.
Could you please provide:
1. your KDS version
2. your demo project.
I will test it from my side. thanks!
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Jennie
Thanks for trying to help me and for your intention to reproduce the problem
I am using KDS version 3.0.0
I would glad to send you my project,but the Freedom Board is connect with some peripherals( a graphic display and an I2C sensor) and six pushbuttons
and unless you set the workbench in the same conditions it would never reach the point where this behaviour happens.
In a simplified demo project everything works fine.
I think i would upgrade KDS to 3.2 version and i'll let you know
Thanks by now
Diego