Tool/software: TI-RTOS
Hey, Guys
I Have problem with MSP432 Launchboard
first of all,
I created (imported) with empty_MSP_EXP432P401R_nortos_ccs project from Resource View.
then,
I started making application kind of temperature sensor.
the process is simple
1) boot -> 2) adc data (temperature) -> 3) record to sd card -> 4) deep sleep or shut down mode -> 5) awake & repreat
even if I started with no-rtos , I need sd-card function ( I realize fatfs is only including in TI-RTOS )
So, I added TI-RTOS setting into the project
header include, dependency include.. blahblah
After long time, I did run it.
Everything is ok so far.
However, problem is that Interrunpt Service routines(ISR) are never called.
Naturally, It works fine with eliminating TI-RTOS setting.
Here is TI-RTOS setting that i added
1) project setting
2) modify .cmd file ( .intvecs & .resetVect )
3) add interrupt keyword to IRQ function (picture above)
Somen help me plz.



