Part Number: LAUNCHXL-F28069M
Tool/software: TI C/C++ Compiler
Hello!
I'm currently doing LAB 7 from the C28x_Microcontroller Multi-day Workshop, and I'm having trouble understanding the influence the 'EPwmxRegs.CMPCTL' register has on the project. I've tried reading the lab outline, as well as the user manual but I can't seem to figure out what the 'SHDWxFULL' bit, 'SHDWxMODE' bit, and 'LOADxMODE' bit does. I read that 'shadowing' means to either read the actual register, or one that simply replicates the actual register. How important is it to get that bit right for a relatively slow system? I went with the way it is done in the solution program, could I just set them up that way every time?
Also, one last thing. When I try to run the the program by going "Scripts -> RealTime Emulation Control -> Run Realtime with Reset", I'm only seeing updated values in the ADC Buffers get updated when I click 'pause', this is also the only time when the graph will update. Is this right?
Thanks!