Hi,I'm currently working on file transfer through the XMODEM protocol, and I want to implement the logic in STM32CubeIDE. If anyone has already implemented it, please share the source code. It would be helpful for me. Thanks
Hi all, I'm working on user bootloader in stm32l4p5 board. I'm facing problem in dual bank swapping. My plan is to keep bootloader code in bank 2 and application code in bank1. When ever a new bin file is available I will switch to bank2 ,after erasi...
Hello,I'm currently working on a system bootloader using an STM32L4P5VGTx board. During this process, the board entered an unknown state and doesn't seem to recover even after a reset.I also attempted to use the Cube Programmer tool to load a bin fil...
The sender didn't provide any details like EOT or CAN. It's timing out and the X-Modem send popup disappears. After timing out, I'm able to see the NAK sent by the receiver in the command Prompt.
Hi,I utilized the above code and changed it as per requirements. I am able to receive one packet correctly with a matching CRC value. However, when I send an ACK or NAK from the receiver end, the sender is not sending the second packet. What could be...
Hi @Pavel A. Do we need to have USB-UART connector to receive data directly in X-Modem format into microcontroller through Teraterm? Or any configuration is required to acheive this?
Hi,Thanks for the reply.However, the source code provided above is for receiving X-Modem/Y-Modem packets from a serial COM port to a microcontroller using a USB-UART bridge. In my case, I want to send data stored on an SD card to UART in X-Modem form...