This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

copy file to F: drive and OALStall

BSP A8_01.01.00

There are several makefile.inc's in the bootloader subdirectory that copy the output file to an "F:" drive.

This is bad practice.  My "F:" drive is not used for this stuff.

 

Also, you might want to check the timing delays in the bootloader. According to my viewing on an o'scope all the delays are exactly half of what the comment says:

For example: 

 

// wait for at least 1000us

OALStall(1000);

ends up being ~500us.