Hi,
I´am having a system crash when creating a Hwi dynamically (actually I´m having same problem with Tasks or Events dynamically created). Creating the same Hwi but statically using the .cfg file everything works fine.
I´m using CCS version 6.0.1.00040, SYS/BIOS 6.40.1.15, TI-RTOS 2.1.0.03, MSP430 DriverLib 1.80.0.18 and MSP430Ware 1.80.1.03.
I attach my .cfg file.
Hwi_Handle hwi0; Hwi_Params hwiParams; Error_Block eb; Error_init(&eb); int id_ADCInt = 54; Hwi_Params_init(&hwiParams); hwi0 = Hwi_create(id_ADCInt, ADC12_ISR, NULL/*&hwiParams*/, NULL/*&eb*/);
The console output is:
tion not implemented: Hwi_create xdc.runtime.Error.raise: terminating execution