hi..I am looking for a way to start bootload mode from the firmware.
Is there a way to enter bootload mode?
I uploaded the firmware according to attachment 7.5.
But what I want is that the firmware must be able to re-enter bootload mode.
This is because sci must accept the .s file and be able to upgrade the firmware.
If this is not feasible, is there a way to read the firmware version from the boot loader?
Thanks for your help.
Hi,
Take in mind that the boot loader code is not flashed to the board by default. Download the boot loader code. Import the boot loader project and follow the steps described in Section 7.3 of the WCT101XAV40AUG document to download the project.
Now, to Enable the boot loader function you need to set the following macro to TRUE in appcfg.h.
#define BOOTLOADER_USED (TRUE)
Have a great day,
Jose
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------