User Activity

Posted on May 15, 2015 at 18:28I was running code through a static analysis tool and it found this problem in a number of places:Array 'HDMI_CEC_DeviceMap[14]' accessed at index 19, which is out of bounds.The problem seems to be that the the arrary ...
Posted on March 09, 2015 at 21:43I am communicating in/out a USB - via UART5 Serial port. I also have another device connected to the AtoD port. I can run either alone fine, but once I plug in the AtoD device after a varying amount of time the code ...