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 04.01 PMU LS1227

Other Parts Discussed in Thread: HALCOGEN

Hi,

Just updated from 04.00 to 04.01. My project for LS1227 doesn't run anymore. Problem is found in the new sys_pmu.asm.

_pmu_Init_

the section with:

        ; clear flags
        mov   r0,  #0
        sub   r0,  r0,  #1
        mcr   p15, #0, r0, c9, c12, #3


In 04.00 this section was:

        ; clear flags
        mov   r0,  #0
        sub   r1,  r1,  #1
        mcr   p15, #0, r0, c9, c12, #3


And with this section my project runs.

Not sure, what is wrong. HALCoGen 4.01 or 4.00?

Best Regards,

Roger