Other Parts Discussed in Thread: DRV8302
I am now working on the kit "TMDS2MTRPFCKIT", which has a Piccolo F28035 control CARD
I followed the guide to build and test the kit incrementally. However on the first level, I connected the board and in debug mode, enabled real time, and then change the "EnableFlag" to 1. then the IsrTicker should increase to show that the system interrupt is working properlly.
The codes I use comes with the control suite, I suppose they are correctly written
But after I change the "EnableFlag" to 1, the "IsrTicker" does not increase. It seems everything is static and not changing. (the monitored variable shows a constant 0 instead of a sinusoidal waveform)
I just started working on the MCUs, and really unfamiliar with the hardware. Can anyone give some hint on how to debug and find out where is wrong, and how to check why the interrupt is working?
Thanks