SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Pseudo C code:
For (i=0; i<20; i++) {
Instruction1 // size 16b
Instruction2 // size 32b
Instruction3 // size 32b
Instruction4 // size 16b
For (j=0; j<10; j++) {
Instruction5 // size 16b
Instruction6 // size 32b
Instruction7 // size 16b
}
}