Attention to Internet Explorer users: ROHM website does not recommend browsing in IE 11. Please use latest browser to ensure the best performance on ROHM website.
When programming with C language using the SFR name, make sure to include a target header file corresponding to the microcontroller you use. Check the target header file corresponding to your microcontroller, select [Start] -> [All Programs] -> [U8 Tools] -> [About Model Information File] on Windows after installing U8 Development Tools. (*Note in a model information name written in "About Model Information File" (U8DevInf_j.htm) opened as described above, "Q" for the flash ROM version, and "P" for the temperature extension are not attached.)
For example, ML610Q482 is displayed as "m610482.h" in the target header file. Include "m610482.h" using the #include preprocessing command.
(Program code example) #include <m610482.h> /* Including the target header file */
The target header file is installed in "C:\Program Files\U8Dev\Inc" folder when U8 Development Tools are installed by default. For details on SFR referencing, also see "1.1 How to Refer SFR" in "CCU8 Programming Guide".