Tool/software:
Hello Team,
We need to implement a custom bootloader for MSP432E401Y which should flash the firmware via Ethernet for microcontroller and FPGA(interfaced in our custom board via spi to uC).
I referred some examples from Resource Explorer in which it is implemented in Assembly language(bl_startup_css.s).
Being a beginner to bootloader development, i'm not sure where to start.
Please answer my below questions:
1. For FPGA, there is driver given from Lattice which is written in embedded C. So I think i have to modify the assembly language code to c. Is my understanding right? Or is there any other way to proceed further?
2. In the existing Bootloader code, the Bootp request is sent from the microcontroller and the PC tool should reply to that request. If there is a reply then the updatehandler will update firmware image sent from the PC Tool. Please correct me if i'm wrong.
Thanks in advance.