Replies: 1 comment 1 reply
-
Hey buddy, is it PC->UART->MCU->UART->MODEM? We need to identify where the bottleneck is. Is it PC->MCU or MCU->MODEM. The binary can be written pc->stm32 flash mem when programming FW without any noticeable delay. Just came across this by chance. Ill share cmd monday if you need it. 43min is insane |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I recently performed an experiment with a HL7800 modem firmware update using the delta MDM firmware package. I transferred the hardcoded delta firmware package to the modem over UART using the HL7800 driver at a baud rate of 115200 with the modem X 1K protocol. The transfer of 530,830 bytes took approximately 43 minutes (transfer speed: 204 bytes/sec) with the HL7800 driver. However, when I transferred the same file over UART (using a TTL converter to access the UART port at the same baud rate) using Tera Term, it took around 15 minutes (transfer speed: 640 bytes/sec).
HL7800 driver:

TERA term:

Beta Was this translation helpful? Give feedback.
All reactions