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?
Roger