Feb 03, 2021
04:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 03, 2021
04:45 AM
Hello,
I am using TC38x tasking tricore. When I build the software I got following warnings:
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc0 is larger than the allocated size (0x13880), please increase the stack size in the LSL file
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc2 is larger than the allocated size (0x13880), please increase the stack size in the LSL file
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc3 is larger than the allocated size (0xc340), please increase the stack size in the LSL file
When I try to increase the stack size for core 0 its ok but for core 2 and core 3 I got this error
ltc E116: invalid restriction: restriction to absolute address {0xcfffcb80.0:8} for section "csa_tc2" is not valid for space "mpe:tc2:csa"
ltc F019: unrecoverable error: fatal locate error
How to resolve this , please help me
I am using TC38x tasking tricore. When I build the software I got following warnings:
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc0 is larger than the allocated size (0x13880), please increase the stack size in the LSL file
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc2 is larger than the allocated size (0x13880), please increase the stack size in the LSL file
ltc W154: [core mpe:vtc] the estimated stack size (0x174d0) for ustack_tc3 is larger than the allocated size (0xc340), please increase the stack size in the LSL file
When I try to increase the stack size for core 0 its ok but for core 2 and core 3 I got this error
ltc E116: invalid restriction: restriction to absolute address {0xcfffcb80.0:8} for section "csa_tc2" is not valid for space "mpe:tc2:csa"
ltc F019: unrecoverable error: fatal locate error
How to resolve this , please help me
- Tags:
- IFX
1 Reply
Feb 03, 2021
12:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 03, 2021
12:16 PM
Each stack size is defined standalone. You must adapt the values for all stacks, e.g. LCF_USTACK0_SIZE and LCF_USTACK2_SIZE and LCF_USTACK3_SIZE
This widget could not be displayed.