#include "../../../../config/tle5012-conf.hpp"
#include <stdlib.h>
#include <wiced.h>
#include <TLE5012-platf-wiced.hpp>
#include <TLE5012-pal-wiced.hpp>
#include <TLE5012b.hpp>
#include "wiced_rtos.h"
#include "wiced_time.h"
Go to the source code of this file.
Functions | |
E9000SPC | |
This example shows how to handle the TLE5012B-E9000 variant with SPC interface
The TLE5012B-E9000 with SPC interface does not start the DSP automatically in a loop at start up. It will need a certain trigger on the IFA pin of the sensor. This trigger must be in a 90 UT time frame at least 12 UT long for the first sensor. By multiplying the 12 UT with the sensor slave number up to four sensors can be triggered. This trigger setting UT the unittime must multiplied with the sensors base unittime which is default 3.0µs. Setting the IFA pin to low and waiting atleast the total trigger time will set all registers by the DSP. For more information please read the SPC Interface section of the manual. The default setup ist:
SPDX-License-Identifier: MIT | |
void | application_start () |
void application_start | ( | ) |