Other Parts Discussed in Thread: C2000WARE, SYSBIOS
Hello. i'm a beginner of TMS320F28388D , trying to run CPU1 , CPU2 and CM with SYS/BIOS.
Here's the version of program that i'm using
- CCS 10.1.1
- C2000Ware 3.03.00
- Complier V20.2.1.LTS
- Xdc tool 3.61.02.27
- BIOS 6.83.00.18
---------------------------------------------------------------------------------------------------------------------
Thanks to previous E2E post, ( e2e.ti.com/.../973351 )
I can manage Hwi & Task & etc.. with SYS/BIOS on both CPU1, CPU2. Thanks to you , E2E support team.
Now, I'm trying to expand TMS320F28388D usage to CM. So My new goal is managing CPU1 , CPU2 , CM with SYS/BIOS.
Trying to setting CM project and debugging CPU1 + CPU2 + CM , there's an autorun issue
( Cortex_M4_0: AutoRun: Target not run as breakpoint could not be set: _JobHardwareBreakpoint::ARM_DEBUG_V7M_fpb_add_breakpoint: FPB : All resources are in use.[25062] ).
CM is running as I debug, and does not turn back into HW breakpoint state even after I restart CM. I think it is about same issue with my previous post.
Here are error messages on ROV below :
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Error: java.lang.Exception: Target memory read failed at address: 0x8, length: 36 This read is at an INVALID address according to the application's section map.
The application is likely either uninitialized or corrupt. ti.sysbios.family.arm.m3.Hwi:Detailed:N/A ((0x2000d9cc)):
Caught exception in view init code: "C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/rov/StructureDecoder.xs", line 554: java.lang.
Exception: Target memory read failed at address: 0x0, length: 320 This read is at an INVALID address according to the application's section map.
The application is likely either uninitialized or corrupt. ti.sysbios.family.arm.m3.Hwi:Module:hwiStackPeak
(N/A): Error fetching Hwi stack info! ti.sysbios.family.arm.m3.Hwi:Module:hwiStackSize
(N/A): Error fetching Hwi stack info! ti.sysbios.family.arm.m3.Hwi:Module:hwiStackBase
(N/A): Error fetching Hwi stack info! ti.sysbios.knl.Task:Module:hwiStackPeak
(N/A): Error fetching Hwi stack info! ti.sysbios.knl.Task:Module:hwiStackSize
(N/A): Error fetching Hwi stack info! ti.sysbios.knl.Task:Module:hwiStackBase (N/A): Error fetching Hwi stack info!
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In previous post ( CPU2 autorun issue ) , E2E support team ( especially Whitney Dewey , thank you again !) sends me .cmd file.
I created a new CM project and edited nothing. So I think editing .cmd file & stack size can be a solution once again.
Could you explain more about about it ?
Regards,
Donghee Kim.