-
Notifications
You must be signed in to change notification settings - Fork 88
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
remove support of lgt8f88x and lgt8f328d/e ? #109
Comments
( @dbuezas : poke ! ) |
About Massduino boards :
They say they use a MD-328D mcu : is it different clone or a rebranded LGT8F328D ? --
EDIT : but they are "已停产产品" (discontinued products) |
Before reading this issue, I ordered MassDuino(https://www.aliexpress.com/item/32655296623.html) and it might be arrived in next month if there should be no derivery problem. And I ordered WAVGAT's Arduino R3 with WAVGAT-printed processor (https://www.aliexpress.com/item/4000587200875.html) 10 days ago. Do I have to check WAVGAT's BSP to identify LGT8F328-D or -P? |
@jg1uaa : About the WAVGTAT board, the aliexpress page says it is ATmega328. Maybe a rebranded genuine ATmega ? maybe counterfeit clone ? maybe recycled ? ... And BTW : I'd be interested to see the results of the benchmarks here on your boards once you'll have them ! |
@jg1uaa : EDIT : and according to this WAVGAT Arduino SDK the
|
MD328D datasheet : https://cdn.instructables.com/ORIG/F5W/QO0M/IN4W2GA5/F5WQO0MIN4W2GA5.pdf |
@jg1uaa :
LGT8F328P core could work on 32 MHz. |
WAVGAT's Arduino R3 with WAVGAT-printed processor (and the Nano) are LGT8F328P chips. There is a link on the page for driver updates. The bootloader is optiboot_lgt8f [88/328] {a/d/ds/e/p} |
Thanks everyone, I will test #77 benchmarks when I have received boards. We can get MD328D stuff from http://www.inhaos.com/product_info.php?products_id=156#fragment-2 and datasheet is at http://www.inhaos.com/uploadfile/otherpic/DS-MD-328D-V01-20160412.pdf but this is same one (DOC ID:DS-MD-328D-V01-20160412) introduced by previous comment. I hope SWDICE mkII/SWDISP will tell correct processor name to us, maybe this test needed. |
Today I got MassDuino MD328D board and I am testing now. To program MassDuino board, avrdude requires to set 115200bps, not 57600bps like this. I used LGT8Fx (our project) to build sketch and I set variant as 328P-LQFP32 wemos-TTGO-XI. Variant 328D(rare) did not work. the result of prime number benchmark(bench_prime numbers) is: And finally I tested tiny uDSC test (http://www.uaa.org.uk/gomitext/2021/20210301/udsc_test.ino), there is no evidence of uDSC. I have not connected SWDICE mkII/SWDISP yet, is this test needed? |
@jg1uaa :
I think you're going to become the MD-328D and LGT8F328-D specialist from now. If you want to improve support for this D variant, I wrote this wiki page that might help you with the preprocessor : |
Have anyone tested D variant already? postscript: |
@jg1uaa : @LaZsolt mentionned issues with D variants here : #64 (comment) |
@jg1uaa |
This issue is related to #118, bootloader. |
@jg1uaa |
I have some 328d and one 328p how to test? |
I found an article which tells how to modify the Arduino bootloader of LGT8F328P to support a baud rate of 115200bps and adjusting the system clock frequency to decrease baud rate error. |
why? |
I don't know why but |
MD328d is the same as lgt8f328d, |
Has a consensus been reached on this issue? |
Yes, consensus has been reached because in v2.0.0 LGT8F328P and D are supported but none of the LGT8F88x variants. |
Hello,
as discussed here #108, we were wondering if it is worth it to keep support of the 88x, 328d and 328e variants ?
My point is :
Maybe we could focus on the 328p variants only ?
Does anyone use boards with other MCU than lgt8f328p ?
The text was updated successfully, but these errors were encountered: