• uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...
  • Double data type
    Hello, I was wondering if anyone has (or could point me in the direction of) source code or algorithms for performing 64 bit addition, subtraction, multiplication and division on the 8051. I'm aware...
  • RTC ds12887 is not displaying time correctly.
    I am successfully able set the time in ds12887 but while reading time it shows wrong time. only second value is coming and overriding hour and minute value. So i cant solve this problem. please take...
  • cannot display Chinese GB2312 correctly
    I got a source file that, I'm sure about it because I saved it to that encoding with VScode, is encoded in Chinese GB2312. But uVision cannot open it correctly with Chinese GB2312 encoding. How can...
  • How convert double type to float?
    The time transmitted from ALLSTAR DATA SOURCE is double type,and wanted to display time to LCD,so I want to convert double type to float ,and want to uS .How can i do that? Thanks a lot!