Topic : Listing file - C code position RE-POST

Forum : ST7/STM8

Original Post
Post Information Post
July 23, 2012 - 11:50am
Guest

Hi,

In the listing files, is it possible to locate c code before asm code instead of pointing it like "; SOURCE LINE # 54 "?

I mean, like this:

             ;TIM1->CR1  = TIM1_CR1_RESET_VALUE; //which is source line #54
0000 35005250                          MOV    05250H,#000H

instead of this:

              ; SOURCE LINE # 54 
0000 35005250                          MOV    05250H,#000H

It's hard to come and go between c part and asm part.

Replies
Post Information Post
+1
0
-1
July 23, 2012 - 2:14pm
Raisonance Support Team

Hi,

Unfortunately, it isn't possible.

Regards,

The Raisonance support team.