Hello, and welcome to the forum.
The RS08KA8 is probably a poor choice for this project. Let me explain further.
To achieve a USB connection to a PC, there are two alternatives:
- Choose a device type that contains a USB hardware module. You would need to switch to a S08 device, since there are no members of the RS08 family that have this facility.
- Use standard external USB-to-serial hardware. A USB to RS232 serial adaptor lead is a possibility. However, the MCU would require to incorporate a SCI module, which the RS08KA8 does not have.
In addition, the RS08 devices, compared with S08 devices, are more difficult to program in assembly code, and do not particularly lend themselves to C programming because of the lack of a stack within the device.
I would suggest that you choose an S08 device for this project, either containing a USB module, or alternatively containing at least a SCI module for the second alternative above. I assume that you would be purchasing an evaluation board for this project, rather than "rolling your own" circuit board layout.
Regards,
Mac