Part Number: MSP432P401R
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi all,
At the moment, I don't have the Timestamp module enabled in my project and as you can see from the Outline below, I have the HAL and MSP432 Timer modules enabled.
My .cfg file confirms this setting:
var Timer = xdc.useModule('ti.sysbios.hal.Timer');
var ti_sysbios_family_arm_msp432_Timer = xdc.useModule('ti.sysbios.family.arm.msp432.Timer');
[no mention of TimeStamp in my .cfg file!]
However, if I look in ROV (see below) I'm told that I have the MSP432 and M3 Timer modules enabled. Which seems strange given that I haven't asked for an M3 Timer module. What is more strange is that the M3 timer module appears to by associating the TimeStamp module (which is NOT enabled!) to the SysTick peripheral (and indeed when I look at the Systick registers, the module seems to have been configured and enabled).
I would like to use SYSTick for myself.
Is there a way to make RTOS let SYSTick go?
Cheers
Julian
I




