2020-02-27 11:42 PM
Am facing problem while receiving file from PC as YMODEM protocol, Am just using ymodem.c an d ymodem.h file fromIAP library i have modified the code, but am not receiving Header packet only(SOH or STX), please help as soon as possible am struck here, currently am not writing data into flash as of now i just commented to verify the data first.
We are using STM32L431 MCU
please find the following code
2020-03-02 09:07 AM
What characters do you see in the Terminal when the STM32 side loader is waiting for you to start the Y-Modem transfer?
2020-03-02 08:54 PM
In Hyper terminal before running STM program am able to see charecter 'C', in STm side am not able to receive header of YModem, am not getting whats wrong because normal receive function working fine
2020-03-03 10:50 AM
> You mentioned about low level, in low level i have used HAL_Libraries those working fine for normal UART rx tx
I meant, it can be something with physical things - line noise or baudrate mismatch for example, not the "LL" API.
-- pa
2020-03-03 08:56 PM
Hi
Same low level APIs am using for Normal UART, its working fine
2020-03-05 04:17 AM
Hello all,
Thank you for your response and your answers, am able to resolve the issue, the main thing is i missed the CRC poinomial and initial value initialization
thanks to all