Hello, I'm trying to generating a sine signal using the SGEN library, and all the examples in controlSUITE are using a for loop to store the signal to an array. I wonder if I can write an ISR to store the signal data once at a time in a variable, if so, which interrupt is related, and should I write my own ISR and map it to the pievect table? By the way, I'm using the 28335 dev. kit. Please help and thank you!
Best regards, Haoyi