Part Number: TMS320F28027
Several paper of TI said: The cpu would clear the IER when it acknowledges a interrupt.
for example: paper TMS320F2802x,TMS320F2802xx Piccolo Technical Reference Manual SPRUI09 Page142 1.6.3.3 Step7 "The CPU recognizes the interrupt and performs the automatic context save, clears the IER bit, sets INTM, and clears EALLOW."
But I do not reset the IER or PIEIER at ISR, and the interrupt operates normally. So I wonder the IER and PIEIER must be RESET by user? OR IER/PIEIER would be clear automaticaly by CPU/PIE when come into a ISR ?