-
Notifications
You must be signed in to change notification settings - Fork 86
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
CH546L unresponsive after flash #158
Comments
I have a feeling ROM_CFG_ADDR might have a difference in content mapping and cause the issue. Did you try to pull down another pin to see if it goes into the bootloader? You may find that pin in the WCH ISP Tool software. I'll order a few CH546G to test. It will take about a month to get to me. |
Great to hear you are looking into it! The WCHISPTool programmer mentions P1.5 and P5.1. Pulling these up or down through a 10k resistor had not effect (no usb communication). I took another look at the datasheets for CH546/547 & CH548/589 and it seems like in terms of hardware CH548/CH549 and CH546/CH547 are only pair-wise compatible (e.g. CH546 and CH548 but not CH546 and CH549). The incompatibility stems from varying SFR placement (Section 5.2) and shifted memory map due to smaller total flash size (32kB vs 64kB) (Section 6.1), the latter causing ROM_CFG_ADDR to end up at 0x7FFE instead of 0xFFFE for the CH549 I assume. I suspect this caused the config information to be overwritten as part of the application code - but i am not familiar with the programming process in detail. The datasheet also mentions "Without Bootloader, application code and Bootloader may only download through specialized programmer". I found out that "CH546 [...] only provides UART0" but even this port is unresponsive. Are you familiar with the aforementioned programmer? |
As far as I know. Wch is not willing to provide serial spi programming to retail user. |
Hello, have you found time to test with the CH546G? I got my hands on a few more CH546L and decided to try my luck by creating a new board target and modifying just Would you have adjusted the addresses differently? - or have an idea what the problem is? |
Yes I did get a few CH546G. I will try to see the communication between the official tool and the chip these days. |
After uploading a blank sketch to a CH546L using version 0.20.0, the device is not recognized via USB anymore and will not enter DFU mode (does not show as 4348:55e0 or any usb device after pulling P1.5 down during PoR).
The following settings were used in the Arduino IDE:
According to the manufacturer "In terms of software and hardware, CH549 is compatible with CH546" (https://www.wch-ic.com/products/CH546.html).
I attempted flashing via serial using TXD1 & RXD1, however the programmer did not show any sign of life.
Any idea what the cause is?
The text was updated successfully, but these errors were encountered: