Hello, all
The CCS Version: 6.1.1.00022 generates asm code missing statement from C source.
Here is the C and generated assembly source code.
I'm trying to set up a new irq handler, but the expression PieVectTable.TINT2 = BL_WD_TIMER2_ISR_WDOFF is missed in asm generated code...
No errors or warnings were reported.
I'm using --opt_level = 4 (Whole program optimization)
Speed vs size treadoffs = 5.
Maybe it's a coincidence, but there was no problems with this statement and with proper working of this isr routine until I previously manually clear PIEFR register (what is strictly not recommended) and have another Timer2 isr routine executing.
Help please.
