AleksandrYMin / bootloader

STM32 XMODEM bootloader with CDC USB intefrace
0 stars 0 forks source link

Would it work on stm32f4x1 and what tool you use to upload FW. #1

Open xromansx opened 1 year ago

xromansx commented 1 year ago

Hi, I would like to ask how difficult is to adapt it to stm32f401 and how you upload FW using Xmodem ? Thanks.

AleksandrYMin commented 1 year ago

Hello! I used Terminal program Tera Term. After selecting correct port and speed in "Setup->Serial port..." select File->Transfer->Xmodem->Send... and choose FW file .bin. Regarding stm32f401, you will have to change address of your main program APP_FLASH_FIRST_PAGE_ADDRESS according to Flash layout in your microcontroller. Also, current code has some errors that will be fixed next week