CHAPTER 3 SOFTWARE CONFIGURATION
Application Note U17209EJ1V0AN
61
(5) Normal CW revolution output pattern
Contains an output pattern in accordance with the status of the zero-cross point during normal CW revolution.
unsigned short run_cw_data[8][2] = { { 0x00, 0x00 }, { 0x21, 0x00 }, ∼ };
Note
Note The underlined values differ depending on the target microcontroller.
(6) Normal CCW revolution output pattern
Contains an output pattern in accordance with the status of the zero-cross point during normal CCW revolution.
unsigned short run_ccw_data[8][2] = { { 0x00, 0x00 }, { 0x09, 0x00 }, ∼ };
Note
Note
The underlined values differ depending on the target microcontroller.