I need advice on how to use the USB BDM Multilink for flashing code into microcontroller. I did it this way:
- In CodeWarrior IDE, do whatever code changes as necessary. Then 'Project -> Make' to compile the code
- Click the 'Debug' buttor to bring up the True-Time Simulator & Real-Time Debugger
- Make sure the Berg connector is already plugged in, and powered on
- In the PEMICRO Connection Manager, click 'Connect (Reset)'. The BDM Multilink should be connected to the microcontroller now
- Click 'No' on the 'Erase and Program Flash?' dialog box
- In the True-Time Simulator window, 'File -> Load Application..' and choose the *.abs file to load
- Click 'Yes' on the 'Erase and Program Flash?' dialog box
- The code should be flashed successfully into the microcontroller
- Click the 'Start/Continue (F5)' green icon to start running the code and debugging
Is this the right process?