EasyManua.ls Logo

Renesas V850 Series - Page 58

Renesas V850 Series
186 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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.

Table of Contents