WPR1500-BUCK MP Receiver V2.1 Reference Design User’s Guide, Rev. 0, 09/2016
12
NXP Semiconductors
Getting Started
5. After the application is downloaded onto the target device, the debugger stops executing at the
start of the main() function:
Figure 18. Stopping at main() when debugging
6.2.3
Downloading an existing WPR1500 project with KEIL µVision5
To download an existing WPR1500 project with KEIL, perform the following steps:
1. Set up the KEIL µVision MDK.
Because the receiver driver library is already included in the library folder and platform folder of
the wireless charger application project, you can open the application project and build the
applications directly whenever the wpr_lib.lib is ready.
The configurations in MWPR1516_config.h are set for the BUCK board by default. To build this
project for the LDO board, change the macro definition BOARD_OUT_TYPE from #define
BOARD_OUT_TYPE OUT_TYPE_BUCK to #define BOARD_OUT_TYPE OUT_TYPE_LDO.
Then rebuild all the file in the project.
The demo applications workspace files are located in:
<software_package>/build/wpr1500/keil/WPR1500_REF/WPR1500_REF.uvprojx
2. Build a project.
Click the “Rebuild” button.