General SW version information etc:

- Code Composer Studio:
 Version: 12.7.0.00007 
- SysConfig:
 Version 1.18.0+3266
- SDK:
 AM263x MCU+ SDK  09.01.00.41
- OS:
 Windows 10, v.10.0, x86_64 / win32
- Java vendor:
 Eclipse Adoptium
- Java runtime version:
 11.0.13+8
- Java version:
 11.0.13

Other/misc:

- The LP-AM263 requires a 5V 3A USB-C power supply
  So some form of USB-PD supply is probably needed to power the kit

- Link to User Guide (as of 2024-06-12): https://www.ti.com/lit/ug/spruj10d/spruj10d.pdf?ts=1718187793611

Notes regarding IDE etc:
- On a fresh ev-kit, it seems as though you need to run the following
  in the "Scripting Console" at least once, to set up ev-kit for
  debugging etc:
  - loadJSFile "<path-to-sdk>\tools\ccs_load\am263x\load_sbl.js"

- If you get errors such as "Unable to load ..\..\..\emulation\tpi\tpiarm_x.dll"
  or similar - you are probably not using versions of the SDK and CCS that are compatible

- If you downloaded multiple SDK's make sure that the right version
  is selected/listed at all in:
   - Project -> Properties -> General -> Products

- For debug/logging/printing, DebugP.h can be used
   - DebugP_logError, DebugP_logWarn and DebugP_logInfo are the log-levels
     available, and the log-level is set in the SysConfig
        - Change the checkboxes in the TI Driver Porting Layer -> Debug Log