This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HalCoGen 3.5.1 - rtiSetPeriod()

Other Parts Discussed in Thread: HALCOGEN

Hi there,

the new HalCoGen V3.5.1 generates different code (than V3.5.0) for function rtiSetPeriod().

RTI-Driver-function 'rtiSetPeriod()' is now useless for me, because the compare register is also
written in this function! So there will be no match, if counter is higher than the period!
(this is usually the case in an running application)

New code (seems buggy...)
rtiREG1->CMP[compare].COMPx = period;

Please change this back to V3.5.0 behavior

Best regards,

Andy