User Activity

Posted on May 14, 2017 at 02:40Hi I would like to ask if it is possible to use 2 end point for HID device?for example: EP1 IN and out for maintenance commands/statusthen EP2 IN and out for remote command and statusfor transfer mode, i like to have t...
Posted on March 30, 2016 at 17:09Hi,I like to ask opinion.Currently, in my project, I am using several UART. I connected a logic analyzer on Tx and Rx of one channel. Then in Tx, in random bytes, I saw frame error indicated by extra bit space at the...
Posted on March 17, 2016 at 13:43Hi,I am still debugging a bus fault for almost 4 months.I read about DISDEFWBUF flag from ACTLR, then, i check the register window. what I have there is ACR register which contains DISDEFWBUF bit.I tried to set that ...
Posted on December 16, 2015 at 04:17Hi,I have another problem. Im developing a machine, but currently, I am encountering random freeze of the software. When I tried to debug it though Call Stack, I was able to point out that every time it happen, it...
Posted on December 15, 2015 at 15:44Hi clive,I encounter a problem in converting float string array to float then back to float string array.I have this array acValue = ''1000.1'';then float fValue = atof(acValue);then what I got in fValue is 1000.0...