Other Parts Discussed in Thread: SYSBIOS
Hello. i'm a beginner of TMS320F28388D , trying to run both core 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.18d
---------------------------------------------------------------------------------------------------------------
i tried to share some data ( based on CPU1 ) with CPU2 , so i set IPC module. and added IPC0 interrupt on SYS/BIOS.
but IPC0 interrupt 's vector ID number is larger than the number of vector ID that SYS/BIOS supports.
(i checked it on C28x Hardware Interrupt Manager : software-dl.ti.com/.../Hwi.html )
how do i expand vector ID table ?
** i just run epwm2_isr on CPU2 ( base initalization of ePWM2 module is in CPU1 ) , is there other ways to do that?
Regards,
Kim