S32DS Using the keyword static to define a function or variable map cannot generate an address

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Using the keyword static to define a function or variable map cannot generate an address

334 Views
TM_207
Contributor I

hello

I am using S32DS 3.5. 6; to develop S32K311.

I have defined a function using static keyword and after compilation, I can't find the address on the map file The function is defined in control_main. c file static void task3A(void)

debug:breakpoint to show the address bit of task3A 0x0040_13ac

The function's address is not found in theMAP address range.

 

0 Kudos
0 Replies