This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

M3 Timer Example

Other Parts Discussed in Thread: F28M35H52C

Hello All,

I am trying to run the timer example code on M3 side of my F28M35H52C available on control suite but it is not working properly.

It seems that everytime the code calls the interrupt function for the timer, it goes to a infinite loop that I am not able to detect where. I checked this because I inserted a Dummy++ command in the main infinite loop and it goes up until the first timer time out. 

I have also mapped the interrupt function in the startup_ccs.c file, but without sucess.

Tried also to call memcpy function to copy time critical code and Flash setup code to RAM, but I am still stuck in this point.

Whenever I suspend the running, it goes to a SysCtlDelay function, which in other posts suggest that this shall not be an issue.

Anyway, timers are working fine on C28 side.

So, it seems that I am not configuring the timer interrupt correctly, but I have tried all the possibilities I can see and therefore I would like you help me giving some hints.

Thank you in advance.

Douglas