This video demostrates building the firmware for the nRF5430 PDK using SEGGER Embedded Studio(SES).
We will take the following steps.
1. Start SES
2. Click the "Tool - Options..." menu
3. Click "nRF Connect" on the Options
Enter "GNU ARM Embedded Toolchain Directory" and "Zephyr Base"
4. Click the "File - Open nRF Connect SDK Project..." menu
5. Enter CMakeLists.txt, Board Directory, Board Name, Build Directory Path.
We use the blinky example from zephyr\samples\basic\blinky folder.
6. Enter the solution's options.
Click "Debugger" and "Target Device". Change "$(Target)" to "nRF5340_xxAA_APP".
7. Click the "Build - Rebuild Solution" menu
8. Click the "Debug - go " menu or Press Ctrl + F5 key.
The firmware is downloaded to nRF5340 PDK via J-link.
We can see that LED1 is blinking.
Please subscribe to our channel. Thank you.