- The EVSE-SIG-BRD is an add-on development board that supports electric vehicle supply equipment (EVSE) platform development.
- The board also supports the proximity pilot, ground fault circuit interrupter (GFCI), and relay drive features.
- The main host of the system is on a separate processor development board, for example, NXP i.MX RT1060 EVK, i.MX 8M Nano EVK, or S32G-VNP-RDB3.
- The ISO 15118 protocol stack and communication software run on the host processor.
- The power-line communication(PLC) path is via the onboard HomePlug Green PHY (HPGP) transceiver (Lumissil IS32CG5317).
Toolchains: MCUXpresso IDE V11.9.0 or later.
- This software demonstrates the usage of EVSE-SIG-BRD firmware for EVSE application.
- To build the EVSE-SIG-BRD EVSE sample projects, the following SDK is required: LPC5536 EVK MCUXpresso SDK v2.14.0.
- The SDK is available for download at MCUXpresso SDK Builder.
EVSE-SIG-BRD software block diagram.
- For this demo you will need the following hardware. EVSE-SIG-BRD1X.
EVSE-SIG-BRD top-side view.
- Click Import project(s) from the File Menu and select Import Project of MCUXpresso IDE.
- Select Existing Project into Workspace and then either select root directory or archive of the project dm-lpc5536-evse-sigbrd.
- As per the selected option either provide the root directory or the *.zip file path.
- Click the Finish button.
- Click the Build button on the top-left side of the IDE and start building the project. The build should be done without errors.
- Click the Start Debugging button on the top-left side of the IDE and start programming the board with the project binary. Once the programming is completed, it breaks at a breakpoint at the main() function of the code.
- To resume the operation, click the Run button.
3.3 If user wants to program the board directly then select the binary evsesigbrd_sw_v1.1.5.bin from Binary folder and flash the board using GUI Flash Tool of MCUXpresso IDE.
Questions regarding the content/correctness of this example can be entered as Issues within this GitHub repository.
Warning: For more general technical questions regarding NXP Microcontrollers and the difference in expected funcionality, enter your questions on the NXP Community Forum
Version | Description / Update | Date |
---|---|---|
1.0 | Initial release on Application Code Hub | July 8th 2024 |