Posted on May 17, 2011 at 13:36Hi, I've got an usual problem but I don't know which is the best way to solve it. I am reading from one AD in a interrupt an form seven more in the main program, the problem is how I can avoid the overwriting of the AD...
Posted on May 17, 2011 at 13:33Hi, Our company is designing a PLC based in the ARM microcontroller. Our customer wants to be able to program this PLC in the Codesys language. Anyone knows how we could translate from the Codesys code to C used to pro...
Posted on May 17, 2011 at 13:28Thanks for the answer, I've seen that using the timer synchronization function (setting one tiner as slave of the other one) and prefixing a value in the counter of the slave I can handle this as you said.
Posted on May 17, 2011 at 13:28Hi, I'm trying to genereta 3 independent PWMs signals in which each one has 2 alternate outputs like this ones(with the same clock frequency): ____|**|__________|**|______ ____________|**|__________|**|______ The objec...