- Configures pinmux, GPIO, UART, ICSS clock to 200MHz,
- Initializes ICSS0-PRU1,
- Initializes defalt parameters, loads the PRU firmware & executes it.
This application is controlled with a terminal interface using a serial over USB connection between the PC host and the EVM.
Please connect a USB cable between the PC and the EVM/LP.
A serial terminal application (like teraterm/ hyperterminal/ minicom) is then run on the host.
To configure, select the serial port corresponding to the port emulated over USB by the EVM.
The host serial port should be configured to 115200 baud, no parity, 1 stop bit and no flow control.
The BISS-C receiver firmware running on ICSS0-PRU1 provides a defined interface. The BISS-C diagnostic application interacts with the BISS-C receiver firmware interface. It then presents the user with menu options to select Data ID code. The application collects the data entered by the user and configures the relevant interface. Then via the BISS-C receiver interface, the command is triggered. Once the command completion is indicated by the interface, the status of the transaction is checked. If the Status indicates success, the result is presented to the user.
## Channel Selection In Sysconfig
\image html bissc_syscfg_ch_sel.png "Channel Selection In Sysconfig"
\image html Endat_channel_selection_configuration.png "BiSS-C configuration seletion between Single/Multi channel "
- **When using CCS projects to build**, import the CCS project and build it using the CCS project menu (see <ahref="@VAR_MCU_SDK_DOCS_PATH/CCS_PROJECTS_PAGE.html"target="_blank"> Using SDK with CCS Projects </a>).
make command (see <ahref="@VAR_MCU_SDK_DOCS_PATH/MAKEFILE_BUILD_PAGE.html"target="_blank"> Using SDK with Makefiles </a>)
- Launch a CCS debug session and run the executable, see <ahref="@VAR_MCU_SDK_DOCS_PATH/CCS_LAUNCH_PAGE.html"target="_blank"> CCS Launch, Load and Run </a>