Porting AN3927 (USB Bootloader MSD) to CodeWarrior v10.6 for mcf51jm128?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting AN3927 (USB Bootloader MSD) to CodeWarrior v10.6 for mcf51jm128?

716 Views
dirkricker
Contributor I

Does anybody know if AN3927 (USB Bootloader MSD) can be ported over to CW10.6?  Been looking at AN4379, but I'd like to stick with AN3927 if possible.  Thanks!

Labels (1)
0 Kudos
2 Replies

460 Views
TomE
Specialist II
0 Kudos

460 Views
dirkricker
Contributor I

I got it working by dragging the files in and getting everything done manually.  My biggest problem was getting the program to use __Entry as a starting point instead of __startup.  I finally found in Properties->C/C++ Build->Settings->ColdFire Linker->Input that there is a place to specify an Entry Point.  I put __Entry in instead of __startup and that fixed me up.

0 Kudos