Part Number: TMS320F28379D
Hi all,
I am working with F28379D. Its working fine as far as the control part of my experiments is concerned but the problem I face is in 'reading the data from memory'.
So my system work on EPWM interrupts. With each interrupt it reads the sensors values and the values in the memory should be updated with every interrupt. I don't know how to read the memory with each interrupt and store the values in a file.
I have some queries:
1) where should the memory read function be? in the ISR or in the Main() function?
2) how to read the value of memory location with each interrupt and store it in the new row of an excel file?
If someone has done this before and has an experience, please help me with this?