Hi,
I'm working on the MSP430FR5969 with TIRTOS 2.10.1.38. I have imported the empty project(not the minimal).
I have enabled the GPIO interrupt. So when I have an interrupt my code go to the function ti_sysbios_family_msp430_Hwi0(Void) in HwiFuncs.c . I have seen that this file is generated by TIRTOS during the compilation.
I don't want to use these functions and this file. I want to create my own function from the config file(See the window below)
I have found nothing about how to disable this files and this function...
Thanks for the help
Julien