FAQ

bits pot red FAQ

While operating the program with the monitor debugger, can't a program be stopped arbitrarily?
Sorry. You cannot stop arbitrarily during program operation with a monitor debugger. Please set a break point as a required part beforehand, and execute a program.
Can the baud rate of CAN communication be changed?
In a sample program, you can change more easily than the 33, 125, 250 or 500kbps.
CAN communication cannot be performed in a sample program.
Please change "#define CAN_PERMIT" of file "main.c" of a sample program into 1.
Is CAN communication possible, using two bits pot red?
Although a sample program does not correspond, it is possible in hardware.
Can't it be used except the motor of product accessory?
Other motors can be used although it is outside the guarantee range.
Please be careful about the following points.

Target : DCBL motor
Power source : Upto 12V / 1A
Be careful of the connection mistake in a contact button.
UP

bits pot white FAQ

The writing processing fails by using the PC writer while writing the program.
①There is a possibility not corresponding with the COM port number that the PC is recognizing and the COM port number set by the PC writer.
Please confirm the COM port number is corresponding.
Please push PC writer's "Set Envasironment" after confirming the COM port number and execute the writing processing.

②There is a possibility not pushing reset SW of this board after the "Full Operation" button is pushed as PC writer. After pushing "Full Operation "button, the message of "Please reset the microcontroller on userboard. Then push OK button." outputs the screen. At this time, push the "OK" button after pushing reset SW of the board.
Monitor debugger (Euroscope) doesn't operate.
①There is a possibility that the "ROM_cfg_block.c" file under the control of an active project of SOFTUNE has not been correctly changed.
Please confirm the "OFF" part of the "#set BACKGROUND_DEBUGGING OFF;" line is "ON" on the "ROM_cfg_block.c" file. Please make to the description of "ON", and do the build on SOFTUNE.

②There is a possibility not corresponding with the COM port number that the PC is recognizing and the COM port number set by Monitor debugger(Euroscope). Please confirm the COM port number is corresponding.
Select "Preferences" ⇒"Select Target Connection..." of the menu, and push "Select target connection" screen ⇒"Configure" button.
Port confirm the agreement with the COM port number of ⇒ "COM port number" and the PC. (Please note that the COM port number that can be set with Euroscope is in the range to "9". )
RESET SW of this board is pushed by mistake while operating by Monitor debugger (Euroscope) and it has been stopped. How should I do to restore operation?
Please select menu ⇒"Target" ⇒"Go" of Monitor debugger (Euroscope). Operation is restored.
When monitor debugger (Euroscope) is executed, the value of the data of the memory window might not be correctly displayed. How should I set?
In Eurocope (version 3.0), there is a case not correctly displayed. Please download Euroscope of the latest version (version 3.0.5) from the web site of the Fujitsu microelectronics. When the latest version is used, it solves.
There is a case where the screen of the source program is not displayed on the debugging screen when monitor debugger (Euroscope) is executed. How should I set?
Please do the procedure from ① to ⑤ on the debugging screen.
①"Preference" ⇒ "Source Paths" is selected from the menu.
②"Source File Options" screen outputs. The icon leftmost "New (Insert)"click and "Source Paths for source files" is click.
③"Select Directory" screen outputs. "OK" is clicked specifying the directory where the source exists.
④The above mentioned "Source File Options" Return to the screen and "OK "click.
⑤The source program is displayed when executing.
Monitor debugger (Euroscope) of the latest version was installed. The screen where the license key was acquired output, and it was not possible to start when starting on the next day.
Such a situation occurs, when there are two or more MAC addresses of PC and installing. Please set the MAC address to one and install and start.
The latest version of the monitor debugger (Euroscope) was installed. But Monitor debugger doesn't execute.
There is a possibility that the board connection setting of the monitor debugger is not correct.Please confirm it according to the following procedure.
①Please select menu "Preferences"⇒"Select Target Connection"
②"Select target connection"screen ⇒"Fujitsu 16FXBootROM (RS232)"select ⇒"Configure"button click.
③"Configure 16FX BootROM connect"screen ⇒"Communication options"⇒"Asynchronous communication" and "Int/Ext vector mode".
UP

bits pot yellow FAQ

External interrupt isn't detected while I/O port is set to input and vector is assigned.
Please check the AIDRL register and port input setting or not. Initial setting is analog input enable.
When the target file is loaded by the monitor debugging operation, the window freezes it.
Please wait for a moment. It will be start to debug. It takes some times.
While runnning the program using monitor debugger, program cannot stop.
Please check the setting if you change the port (UIO and UO0 and UCK0).These are assigned to Port1,which is connected to LEDs. Be care not to change Port1 of bytes.
In addition, please check the LIN UART interrupt level is set highest.
Is it possible to detect the LIN error with the LIN communication operation?
The sample program of LIN communication can detect the LIN error. The starter kit outputs a buzzer sound in case of detecting LIN error with the sample program.
Can the baud rate of LIN communication be changed?
In a sample program, you can change more easily than the 2400, 9600 or 19200kbps with the sample program.
UP