Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't find seria port at windows. #2

Open
Hokoshi opened this issue Apr 20, 2023 · 8 comments
Open

I can't find seria port at windows. #2

Hokoshi opened this issue Apr 20, 2023 · 8 comments

Comments

@Hokoshi
Copy link

Hokoshi commented Apr 20, 2023

I expected CDC's PORT to show up.

@Hokoshi Hokoshi changed the title I can't find seria port at windows? I can't find seria port at windows. Apr 20, 2023
@abgelehnt
Copy link
Owner

There should be a blinking LED on the debugger if the USB connection is working and the firmware code is working properly.
If the debugger is working properly, you can see the COM port in the device manager. (WinUSB device and HID keyboard is also present)

@Hokoshi
Copy link
Author

Hokoshi commented Apr 20, 2023 via email

@Hokoshi
Copy link
Author

Hokoshi commented Apr 21, 2023

I think this solution
3V power supply operation is not supported.

I prepared another board and connected it to the 3V power supply and tried writing, but it was the same as when I connected it to the 5V power supply and then reconnected it to the 3V power supply, it stopped.

Certainly you share a circuit that operates on a 5V power supply, so I should have followed that.
disapoinnted.

Thanks.

@abgelehnt
Copy link
Owner

If using 3V power supply, the firmware code needs some changes:

  1. Debug.H: #define FREQ_SYS 16000000
  2. Debug.C: Uncomment this line GLOBAL_CFG = GLOBAL_CFG | bLDO3V3_OFF;//3.3V LDO OFF

@Hokoshi
Copy link
Author

Hokoshi commented Apr 23, 2023

I don't have a commercial license for Keil.
I tried to Build with SDCC, but I couldn't do this.

Thanks.

@abgelehnt
Copy link
Owner

I have uploaded the 3v3 version of the firmware, you can try it out.

@Hokoshi
Copy link
Author

Hokoshi commented May 24, 2023

Thanks for the 3.3V version firm. it was very helpful.

Serial port found(COM5). By the way, should I install the CMSIS-DAP V2 driver from somewhere normally?
I don't have time right now, so I'll try it when I have time.

image

In the future, I will try debugging and serial communication.

Thanks.

@abgelehnt
Copy link
Owner

CMSIS-DAP V2 driver will be installed automatically in Win10 or higher. If it is not installed automatically, you can manually install it as a WinUSB device.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants