Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
How can I make it working? I've configured motorware18.0 project 'proj_lab13b.c' as explained in 'motorware_hal_tutorial' with interrupt. I implemented the echo back set up. But not getting any data. While debugging it is found that program control enter into SCI ISR once and returns a data '00'(in HEX). but after that it does not enter into SCI ISR. What should I do?
NB:- I'm using boostxl-drv8301rev.b. Position control works fine. ie. no issue with ADC interrupt preority change.
Thank you