move.l FExBEMF_square_amp_filt_32b,A
move.w A1,A
move.w A1,FExBEMF_square_amp_filt
How to modified these statements to C statement?
MCU M56F82723
Hello li
This should be equal to :
ExBEMF_square_amp_filt = (int) ( ExBEMF_square_amp_filt_32b>>16);
Best Regards
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------