Other Parts Discussed in Thread: TMS320F28069M, SYSBIOS
Dear TI team and TI users,
I'm trying to control a motor with instaSPIN-FOC and at the same time, handle the system with TI-RTOS.
The microcontroller I use is the TMS320F28069M. I took the lab3b from InstaSPIN, and inplementet this in a RTOS-typical project.
I find out that RTOS and instaSPIN do different things when they init their vector table, please correct me if not.
Witch init schould I go for "See CODE example at bottom"? RTOS or instaSPIN?
Are there any solutions for this issue?
I will be very grateful for your help.
Greetings Daniel
Code Example:
RTOS:
// Init PLL, watchdog, periph clocks - see F2806x_SysCtrl.c file
// Clock frequency set to 90 MHz - see F2806x_Examples.h
InitSysCtrl();
INSTA:
// initialize the interrupt vector table
HAL_initIntVectorTable(halHandle);