• implementation Aes algorithm on ARM
    Hello all! I'm looking for some software decryption algorithm (AES).AES128,AES256,AES192 Are there C or Assembly source implementations available yet or do I have to port an implementation to...
  • No Algorithm found
    Hi, I'm using the evaluation board MCB2300 with the lpc2378. (eval. µV4) When i want to program the device with the program builded out of ( i2cmst.uvproj ) I get the following error: ...
  • No algorithm found
    Hi When I tried to load one of the example provided by Actel into smartfusion board a window popped up saying "Flash download failed - CortexM3" Following is the Build log Program Size: Code...
  • PID algorithm
    Hello everyone, I am trying to program PID algorithm in c++ first.It is like this: output(i)=Kp*error(i)+Ki*delT*(summation from 1 to i)error(i)+Kd/delT*(e(i)-e(i-1)) This is what I wrote: #include...
  • No Algorithm Problem
    I am trying to resurrect an MCB2100 from the shoebox where it has lived for the last several years, using the uv4 suite. Even after adding the algorithm per the various instructions here for doing...