Part Number:TMS320F28335
Dear team:
Like the picture above, "driver_par.frq_pwm" is a 16-bit data, It only needs one assembly assignment instruction. (I wonder if this is atomic operation?)
But "driver_par.kpwm = driver_par.u_n", This instruction is the assignment of the flout variable, which requires two assembly instructions. Including “driver_par.iuvw_coff = 0.001395089286”.
My question is, if interruption occurs between these two assembly instructions for assignment, will the assignment operation be interrupted, resulting in assignment problems?
Best regards